mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 18:14:17 +02:00
button groups should be inline-flex to match their button counter parts (inline-block currently)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
.btn-group,
|
.btn-group,
|
||||||
.btn-group-vertical {
|
.btn-group-vertical {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
vertical-align: middle; // match .btn alignment given font-size hack above
|
vertical-align: middle; // match .btn alignment given font-size hack above
|
||||||
|
|
||||||
> .btn {
|
> .btn {
|
||||||
|
Reference in New Issue
Block a user