From 4a66f229ed701d4ed8d6d5b7469984ab11d822f0 Mon Sep 17 00:00:00 2001 From: Andy Jiang Date: Thu, 16 Dec 2021 03:43:30 -0500 Subject: [PATCH] Add missing `border-radius` for `btn-group` (#35467) Co-authored-by: XhmikosR --- scss/_button-group.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/_button-group.scss b/scss/_button-group.scss index 13aa0569a5..47f0c1349a 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) {