]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Grow button width to the parent button group (#27717)
authorysds <fellows3@gmail.com>
Sun, 25 Nov 2018 11:05:31 +0000 (20:05 +0900)
committerMartijn Cuppens <martijn.cuppens@gmail.com>
Sun, 25 Nov 2018 11:05:31 +0000 (12:05 +0100)
scss/_button-group.scss

index 716cf5208a9fbadd7cf60745ebce5bcdfb2f883e..d7220029ad180bf28266b90ad95445b0f57f610e 100644 (file)
@@ -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