From: AmirHossein Date: Sun, 4 Sep 2022 19:31:09 +0000 (+0430) Subject: Update _button-group.scss X-Git-Tag: v5.2.1~4 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b943880fc38ccde372973111fe5872b5960e75d;p=thirdparty%2Fbootstrap.git Update _button-group.scss --- diff --git a/scss/_button-group.scss b/scss/_button-group.scss index ade1a4ed15..79b100cbfb 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -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; }