mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03: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-vertical {
|
||||
position: relative;
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
vertical-align: middle; // match .btn alignment given font-size hack above
|
||||
|
||||
> .btn {
|
||||
|
||||
Reference in New Issue
Block a user