Commit 6c71f8a
docs(material/table): Example suggesting to use max-width to set column width is misleading (#29373)
The fix is to use the width property instead of max-width since this can be misleading as though the width will never exceed the max-width provided.
(cherry picked from commit 045806b)1 parent 03d4e13 commit 6c71f8a
File tree
1 file changed
+2
-2
lines changed- src/components-examples/material/table/table-http
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
0 commit comments