We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264a1fe commit 7a5beb3Copy full SHA for 7a5beb3
projects/igniteui-angular/src/lib/core/styles/components/chip/_chip-theme.scss
@@ -302,6 +302,10 @@
302
transition: $transition;
303
transition-property: top, left;
304
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
+
309
[dir='rtl'] & {
310
transition-property: top right;
311
}
0 commit comments