diff options
| author | AmirHossein <[email protected]> | 2022-09-05 00:01:09 +0430 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-09-05 12:52:43 -0700 |
| commit | 9b943880fc38ccde372973111fe5872b5960e75d (patch) | |
| tree | 5618d7f4dfea6bb895668b81d46b08a8f8c5af19 | |
| parent | 97a9060a8fa643484fbe70d1e527267841670c9d (diff) | |
| download | bootstrap-9b943880fc38ccde372973111fe5872b5960e75d.tar.xz bootstrap-9b943880fc38ccde372973111fe5872b5960e75d.zip | |
Update _button-group.scss
| -rw-r--r-- | scss/_button-group.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_button-group.scss b/scss/_button-group.scss index ade1a4ed1..79b100cbf 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; } |
