Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_button-group.scss2
1 files changed, 2 insertions, 0 deletions
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) {