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 cff0c61 commit 96248b6Copy full SHA for 96248b6
projects/igniteui-angular/src/lib/core/styles/components/grid/_excel-filtering-theme.scss
@@ -22,6 +22,7 @@
22
flex-grow: 1;
23
box-shadow: igx-elevation($elevations, 12);
24
overflow: auto;
25
+ min-width: rem(320px);
26
}
27
28
%grid-excel-filter--inline {
@@ -58,9 +59,8 @@
58
59
display: flex;
60
flex-direction: column;
61
height: 100%;
- width: 320px;
62
- min-width: 320px;
63
background: --var($theme, 'filtering-row-background');
+ // TODO The border-radius should not be hardcoded.
64
border-radius: 4px;
65
66
@include igx-button-group(igx-button-group-theme(
0 commit comments