diff --git a/scss/_button-group.scss b/scss/_button-group.scss index f78b8c1011f2..79b100cbfbd4 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -37,7 +37,7 @@ @include border-radius($btn-border-radius); // Prevent double borders when buttons are next to each other - > .btn:not(:first-child), + > :not(.btn-check:first-child) + .btn, > .btn-group:not(:first-child) { margin-left: -$btn-border-width; }