Skip to content

Commit f6d73b4

Browse files
authored
Merge pull request #7859 from IgniteUI/SIvanova/fix-excel-style-filtering-btns
fix(grid): buttons style in ExcelStyleFiltering in IE11
2 parents 6cba4d1 + 7d18a9a commit f6d73b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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;

0 commit comments

Comments
 (0)