Skip to content
Snippets Groups Projects
Commit 0e47d1fc authored by Morris Jobke's avatar Morris Jobke
Browse files

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

If no link text has been set for the navigation show the link nonetheless
parents 84eb00e4 a5074fa6
Branches
No related tags found
No related merge requests found
...@@ -74,6 +74,7 @@ ...@@ -74,6 +74,7 @@
display: block; display: block;
width: 100%; width: 100%;
line-height: 44px; line-height: 44px;
min-height: 44px;
padding: 0 12px; padding: 0 12px;
overflow: hidden; overflow: hidden;
-moz-box-sizing: border-box; box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment