We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e81c25 commit aa9bd5eCopy full SHA for aa9bd5e
packages/default/scss/grid/_layout.scss
@@ -90,7 +90,6 @@
90
border-color: inherit;
91
outline: 0;
92
font-weight: inherit;
93
- text-align: inherit;
94
position: static;
95
overflow: hidden;
96
text-overflow: ellipsis;
packages/default/scss/table/_layout.scss
@@ -37,7 +37,6 @@
37
.k-table-row,
38
.k-table-alt-row {
39
40
41
}
42
.k-table-th,
43
.k-table-td {
@@ -48,7 +47,6 @@
48
47
49
box-sizing: border-box;
50
font-weight: normal;
51
52
white-space: nowrap;
53
54
display: table-cell;
0 commit comments