Commit f4af398
committed
fix(material/table): fixed layout not working (#32494)
Fixes that the `fixedLayout` input wasn't doint anything in the Material table, because:
1. The `cdk-table-fixed-layout` styles were being overridden by the Material table's styling.
2. The style that the Material table was applying didn't have any styles associated with it.
(cherry picked from commit 1fab386)1 parent b1287cf commit f4af398
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments