Skip to content

Commit

Permalink
Update _button-group.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhosseinfaraji authored and mdo committed Sep 5, 2022
1 parent 79f0ad9 commit 699e745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_button-group.scss
Expand Up @@ -37,8 +37,8 @@
@include border-radius($btn-border-radius);

// Prevent double borders when buttons are next to each other
> .btn:not(:first-of-type),
> .btn-group:not(:first-of-type) {
> :not(.btn-check:first-child) + .btn,
> .btn-group:not(:first-child) {
margin-left: -$btn-border-width;
}

Expand Down

0 comments on commit 699e745

Please sign in to comment.