Merge pull request #14338 from owncloud/fix-nav-heigt

If no link text has been set for the navigation show the link nonetheless
This commit is contained in:
Morris Jobke 2015-02-19 13:11:53 +01:00
commit 0e47d1fcca
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@
display: block;
width: 100%;
line-height: 44px;
min-height: 44px;
padding: 0 12px;
overflow: hidden;
-moz-box-sizing: border-box; box-sizing: border-box;