Skip to content

Commit 7a5beb3

Browse files
committed
fix(chip): Adding max-content as a min-width of the chip to fix column resizing problem inside the grid
1 parent 264a1fe commit 7a5beb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/chip/_chip-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,10 @@
302302
transition: $transition;
303303
transition-property: top, left;
304304

305+
// Fix: The grid resizing does not autosize the filter header cells with the default filter chips
306+
// https://github.com/IgniteUI/igniteui-angular/pull/12770/files/efd2a274038c051e82561903f8799fd03265fd74#r1150993630
307+
min-width: max-content;
308+
305309
[dir='rtl'] & {
306310
transition-property: top right;
307311
}

0 commit comments

Comments
 (0)