From 97a9060a8fa643484fbe70d1e527267841670c9d Mon Sep 17 00:00:00 2001 From: AmirHossein Date: Sun, 4 Sep 2022 03:07:15 +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 f78b8c1011..ade1a4ed15 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-child), - > .btn-group:not(:first-child) { + > .btn:not(:first-of-type), + > .btn-group:not(:first-of-type) { margin-left: -$btn-border-width; }