0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Fix height bug on public bar unpublished button

Closes #73
This commit is contained in:
Paul Adam Davis 2014-07-18 08:51:27 +01:00
parent fb3120dc4d
commit e1a58c4402
2 changed files with 3 additions and 2 deletions

View file

@ -464,7 +464,8 @@ body.zen {
right: -3px;
}
.button-save {
.button-save,
.button-delete {
min-height: 30px;
height: 30px;
line-height: 12px;

File diff suppressed because one or more lines are too long