Skip to content

Commit c12d4f1

Browse files
Update projects/igniteui-angular/src/lib/core/styles/components/button-group/_button-group-theme.scss
Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent 733fb4c commit c12d4f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
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;
@@ -319,4 +319,3 @@
319319
@include ellipsis();
320320
}
321321
}
322-

0 commit comments

Comments
 (0)