Skip to content

Commit

Permalink
Added fix for hiding cms-logo text when menu collapsed
Browse files Browse the repository at this point in the history
  • Loading branch information
colintucker committed Oct 14, 2016
1 parent 921587f commit 338cf2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions css/moderno.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ html,
padding: 12px 0 11px;
}

.cms-menu.collapsed .cms-logo span {
display: none;
}

.cms-menu.collapsed .cms-login-status {
height: 16px;
}
Expand Down
Loading

0 comments on commit 338cf2f

Please sign in to comment.