Skip to content

Commit

Permalink
fix(grid): remove cells text alignment inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova committed Nov 19, 2024
1 parent 7e81c25 commit aa9bd5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/default/scss/grid/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
border-color: inherit;
outline: 0;
font-weight: inherit;
text-align: inherit;
position: static;
overflow: hidden;
text-overflow: ellipsis;
Expand Down
2 changes: 0 additions & 2 deletions packages/default/scss/table/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
.k-table-row,
.k-table-alt-row {
border-color: inherit;
text-align: inherit;
}
.k-table-th,
.k-table-td {
Expand All @@ -48,7 +47,6 @@
border-color: inherit;
box-sizing: border-box;
font-weight: normal;
text-align: inherit;
white-space: nowrap;
text-overflow: ellipsis;
display: table-cell;
Expand Down

0 comments on commit aa9bd5e

Please sign in to comment.