Skip to content

Commit eb6d7e6

Browse files
authored
Merge pull request #7870 from IgniteUI/revert-7860-SIvanova/fix-excel-style-filtering-10.1.x
Revert "fix(grid): buttons style in ExcelStyleFiltering in IE11"
2 parents e0636ce + bd21c4e commit eb6d7e6

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

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 auto;
198+
flex: 1 0 0%;
199199
justify-content: center;
200200
align-items: center;
201201
text-decoration: none;

0 commit comments

Comments
 (0)