From 9f08f7dea6c7536c863f8f52e9af948f4690047d Mon Sep 17 00:00:00 2001
From: ysds <fellows3@gmail.com>
Date: Sun, 25 Nov 2018 20:05:31 +0900
Subject: [PATCH] Grow button width to the parent button group (#27717)

---
 scss/_button-group.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab