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:
authorysds <fellows3@gmail.com>2018-11-25 14:05:31 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2018-11-25 14:05:31 +0300
commit9f08f7dea6c7536c863f8f52e9af948f4690047d (patch)
tree40dc30dde6f314ac9a3be50a07c88a14475f40c8
parent5c336d0247cd94ed56ac24d941f86325df474313 (diff)
Grow button width to the parent button group (#27717)
-rw-r--r--scss/_button-group.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_button-group.scss b/scss/_button-group.scss
index 716cf5208a..d7220029ad 100644
--- a/scss/_button-group.scss
+++ b/scss/_button-group.scss
@@ -9,7 +9,7 @@
> .btn {
position: relative;
- flex: 0 1 auto;
+ flex: 1 1 auto;
// Bring the hover, focused, and "active" buttons to the front to overlay
// the borders properly