Skip to content

Commit

Permalink
Fix height bug on public bar unpublished button
Browse files Browse the repository at this point in the history
Closes #73
  • Loading branch information
PaulAdamDavis committed Jul 18, 2014
1 parent fb3120d commit e1a58c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion core/client/assets/sass/layouts/editor.scss
Expand Up @@ -464,7 +464,8 @@ body.zen {
right: -3px;
}

.button-save {
.button-save,
.button-delete {
min-height: 30px;
height: 30px;
line-height: 12px;
Expand Down

0 comments on commit e1a58c4

Please sign in to comment.