Skip to content

Commit 8a804c1

Browse files
committed
main - 151ff1a fix(cdk-experimental/column-resize): Fix lazy resize mode (broken by ##30378) (#30413)
1 parent be0bc1f commit 8a804c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

column-resize/_column-resize-theme.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
// Required for resizing to work properly.
1111
.mat-column-resize-table.cdk-column-resize-with-resized-column {
1212
table-layout: fixed;
13+
// stylelint-disable-next-line material/no-prefixes -- Valid in all remotely recent browsers.
14+
width: fit-content;
1315
}
1416

1517
.mat-column-resize-flex {

0 commit comments

Comments
 (0)