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.
2 parents 528a950 + d3c1646 commit f1af511Copy full SHA for f1af511
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,10 +59,9 @@
58
59
display: flex;
60
flex-direction: column;
61
height: 100%;
- width: 320px;
62
- min-width: 320px;
63
background: --var($theme, 'filtering-row-background');
64
- border-radius: 4px;
+ // TODO The border-radius should not be hardcoded.
+ border-radius: rem(4px);
65
66
@include igx-button-group(igx-button-group-theme(
67
$shadow: none,
0 commit comments