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 42be968 commit 862f415Copy full SHA for 862f415
src/material-experimental/mdc-table/table.scss
@@ -10,6 +10,8 @@
10
11
// MDC Table applies `table-layout: fixed`, but this is a backwards incompatible
12
// change since the table did not previously apply it.
13
+// TODO: Add a mixin to MDC to set the layout instead of including this override,
14
+// see this issue: https://github.com/material-components/material-components-web/issues/6412
15
.mdc-data-table__table {
16
table-layout: auto;
17
}
0 commit comments