]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
button groups should be inline-flex to match their button counter parts (inline-block...
authorMark Otto <markdotto@gmail.com>
Wed, 4 Jan 2017 03:22:08 +0000 (19:22 -0800)
committerMark Otto <markdotto@gmail.com>
Wed, 4 Jan 2017 03:22:08 +0000 (19:22 -0800)
scss/_button-group.scss

index 1d921a74a3e631b8b16d63c89b3ccc1186fae2ff..af3c486692fb3abacaadecf2889adc305c05ff0e 100644 (file)
@@ -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 {