From 699e745e4c02ab23b3c41b214e01b9b851cb118a Mon Sep 17 00:00:00 2001 From: AmirHossein Date: Mon, 5 Sep 2022 00:01:09 +0430 Subject: [PATCH] Update _button-group.scss --- scss/_button-group.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/_button-group.scss b/scss/_button-group.scss index ade1a4ed15ab..79b100cbfbd4 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; }