Skip to content

Commit e198d15

Browse files
andrewseguinwagnermaciel
authored andcommitted
chore(material-experimental/mdc-table): add todo for layout (#20562)
(cherry picked from commit 862f415)
1 parent 4ceefcf commit e198d15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/material-experimental/mdc-table/table.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
// MDC Table applies `table-layout: fixed`, but this is a backwards incompatible
1212
// 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
1315
.mdc-data-table__table {
1416
table-layout: auto;
1517
}

0 commit comments

Comments
 (0)