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