mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
Fix splitbutton height regression
Caused by removing display:flexbox from buttons a while back
This commit is contained in:
parent
8a61322ce2
commit
f1a17d57a2
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
.splitbtn .dropdown-toggle.btn-sm {
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
height: 31px;
|
||||
}
|
||||
|
||||
.splitbtn .dropdown-toggle.btn-lg {
|
||||
|
|
Loading…
Add table
Reference in a new issue