Skip to content

Commit d98b721

Browse files
committed
feat(esf): remove duplicate property
1 parent 59a87f7 commit d98b721

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
1717

1818
%grid-excel-filter {
1919
display: block;
20-
width: 100%;
20+
width: rem(320px);
2121
height: 100%;
2222
flex-grow: 1;
2323
box-shadow: igx-elevation($elevations, 12);
2424
overflow: auto;
25-
width: rem(320px);
2625
min-width: rem(320px);
2726
}
2827

0 commit comments

Comments
 (0)