diff options
| author | Andy Jiang <[email protected]> | 2021-12-16 03:43:30 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-16 10:43:30 +0200 |
| commit | 4a66f229ed701d4ed8d6d5b7469984ab11d822f0 (patch) | |
| tree | 21ae4a666af087763cbc49ba5d307f1de36d35a5 | |
| parent | d17801265e3562e5386b3445b84915618f5a81d7 (diff) | |
| download | bootstrap-4a66f229ed701d4ed8d6d5b7469984ab11d822f0.tar.xz bootstrap-4a66f229ed701d4ed8d6d5b7469984ab11d822f0.zip | |
Add missing `border-radius` for `btn-group` (#35467)
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | scss/_button-group.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_button-group.scss b/scss/_button-group.scss index 13aa0569a..47f0c1349 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -34,6 +34,8 @@ } .btn-group { + @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) { |
