0
Fork 0
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:
John O'Nolan 2015-08-25 13:58:24 +02:00
parent 8a61322ce2
commit f1a17d57a2

View file

@ -48,6 +48,7 @@
.splitbtn .dropdown-toggle.btn-sm {
padding-right: 10px;
padding-left: 10px;
height: 31px;
}
.splitbtn .dropdown-toggle.btn-lg {