Skip to content

Commit 9963c35

Browse files
committed
fix(grid): buttons style in ExcelStyleFiltering in IE11
1 parent 69609ba commit 9963c35

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
background: --var($theme, 'item-background');
196196
min-width: $group-item-min-width;
197197
display: flex;
198-
flex: 1 0 0%;
198+
flex: 1 0 auto;
199199
justify-content: center;
200200
align-items: center;
201201
text-decoration: none;

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
@@ -398,6 +398,10 @@
398398
}
399399
}
400400

401+
igx-buttongroup {
402+
min-width: 30%;
403+
}
404+
401405
[igxButton='icon'] {
402406
margin-#{$left}: rem(16px);
403407
}

0 commit comments

Comments
 (0)