Skip to content

Commit 34d1406

Browse files
authored
Merge pull request #7875 from IgniteUI/SIvanova/excel-style-filtering-10.1.x
fix(grid): buttons style in ExcelStyleFiltering in IE11
2 parents eb6d7e6 + c12d4f1 commit 34d1406

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/button-group/_button-group-theme.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,4 +319,3 @@
319319
@include ellipsis();
320320
}
321321
}
322-

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,10 @@
407407
}
408408
}
409409

410+
igx-buttongroup {
411+
min-width: 30%;
412+
}
413+
410414
[igxButton='icon'] {
411415
margin-#{$left}: rem(16px);
412416
}

0 commit comments

Comments
 (0)