Skip to content

Commit 4ac7085

Browse files
authored
Merge branch 'master' into SIvanova/change-filtering-icon
2 parents 7ade437 + d3c1646 commit 4ac7085

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid/_excel-filtering-theme.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
flex-grow: 1;
2323
box-shadow: igx-elevation($elevations, 12);
2424
overflow: auto;
25+
min-width: rem(320px);
2526
}
2627

2728
%grid-excel-filter--inline {
@@ -58,10 +59,9 @@
5859
display: flex;
5960
flex-direction: column;
6061
height: 100%;
61-
width: 320px;
62-
min-width: 320px;
6362
background: --var($theme, 'filtering-row-background');
64-
border-radius: 4px;
63+
// TODO The border-radius should not be hardcoded.
64+
border-radius: rem(4px);
6565

6666
@include igx-button-group(igx-button-group-theme(
6767
$shadow: none,

0 commit comments

Comments
 (0)