From: Mark Otto Date: Tue, 27 Dec 2016 22:36:55 +0000 (-0800) Subject: inline-flex and width: 100% for stacked/vertical variation X-Git-Tag: v4.0.0-alpha.6~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2479cf5f0601e94e5729ddc4145c60e8b5208d8;p=thirdparty%2Fbootstrap.git inline-flex and width: 100% for stacked/vertical variation shoutout to @Starsam80 for the fix --- diff --git a/scss/_button-group.scss b/scss/_button-group.scss index c2e5a6b002..1d921a74a3 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -149,14 +149,14 @@ // .btn-group-vertical { - display: flex; + display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center; .btn, .btn-group { - flex: 0 1 auto; + width: 100%; } > .btn + .btn,