From: Mark Otto Date: Wed, 4 Jan 2017 03:22:08 +0000 (-0800) Subject: button groups should be inline-flex to match their button counter parts (inline-block... X-Git-Tag: v4.0.0-alpha.6~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ed9f5db2970e7c27d92b12844f4b89b4add4fc5;p=thirdparty%2Fbootstrap.git button groups should be inline-flex to match their button counter parts (inline-block currently) --- diff --git a/scss/_button-group.scss b/scss/_button-group.scss index 1d921a74a3..af3c486692 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -4,7 +4,7 @@ .btn-group, .btn-group-vertical { position: relative; - display: flex; + display: inline-flex; vertical-align: middle; // match .btn alignment given font-size hack above > .btn {