Skip to content

Commit aa9bd5e

Browse files
committed
fix(grid): remove cells text alignment inheritance
1 parent 7e81c25 commit aa9bd5e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/default/scss/grid/_layout.scss

-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
border-color: inherit;
9191
outline: 0;
9292
font-weight: inherit;
93-
text-align: inherit;
9493
position: static;
9594
overflow: hidden;
9695
text-overflow: ellipsis;

packages/default/scss/table/_layout.scss

-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
.k-table-row,
3838
.k-table-alt-row {
3939
border-color: inherit;
40-
text-align: inherit;
4140
}
4241
.k-table-th,
4342
.k-table-td {
@@ -48,7 +47,6 @@
4847
border-color: inherit;
4948
box-sizing: border-box;
5049
font-weight: normal;
51-
text-align: inherit;
5250
white-space: nowrap;
5351
text-overflow: ellipsis;
5452
display: table-cell;

0 commit comments

Comments
 (0)