mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-09 23:40:58 +00:00
button groups should be inline-flex to match their button counter parts (inline-block currently)
This commit is contained in:
parent
56f917dd8c
commit
1ed9f5db29
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue