Skip to content

Commit 50cbb19

Browse files
authored
Merge branch 'master' into simeonoff/fix-7455
2 parents ea1f799 + f19c175 commit 50cbb19

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,13 @@
187187
box-shadow: --var($theme, 'shadow');
188188
transition: $transition;
189189
border-radius: --var($theme, 'border-radius');
190+
191+
button {
192+
// The margin here is required to fix a bug in Safari #7858
193+
margin-top: 0;
194+
margin-#{$right}: 0;
195+
margin-bottom: 0;
196+
}
190197
}
191198

192199
%igx-group-item {

0 commit comments

Comments
 (0)