0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

button groups should be inline-flex to match their button counter parts (inline-block currently)

This commit is contained in:
Mark Otto 2017-01-03 19:22:08 -08:00
parent 56f917dd8c
commit 1ed9f5db29

View 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 {