We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef53e73 commit d4d0e78Copy full SHA for d4d0e78
src/material/table/table.scss
@@ -39,12 +39,8 @@ $fallbacks: m3-table.get-tokens();
39
.mdc-data-table__cell {
40
box-sizing: border-box;
41
overflow: hidden;
42
- text-align: left;
+ text-align: start;
43
text-overflow: ellipsis;
44
-
45
- [dir='rtl'] & {
46
- text-align: right;
47
- }
48
}
49
50
.mdc-data-table__cell,
@@ -103,11 +99,7 @@ $fallbacks: m3-table.get-tokens();
103
99
104
100
105
101
outline: none;
106
107
108
109
110
102
111
112
.mdc-data-table__row:last-child > & {
113
border-bottom: none;
0 commit comments