diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-02-19 13:11:53 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-02-19 13:11:53 +0100 |
commit | 0e47d1fcca879234e57e5ebde184fbbffd7266db (patch) | |
tree | d618768c0fc3f5e203d53d0867a0795b16e579ff /core/css | |
parent | 84eb00e428693f504acd9ece413497b751f3b397 (diff) | |
parent | a5074fa629dad4c2d9ef97e72d1125f145cbfe59 (diff) | |
download | nextcloud-server-0e47d1fcca879234e57e5ebde184fbbffd7266db.tar.gz nextcloud-server-0e47d1fcca879234e57e5ebde184fbbffd7266db.zip |
Merge pull request #14338 from owncloud/fix-nav-heigt
If no link text has been set for the navigation show the link nonetheless
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/apps.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 08877402a4b..1dfc48555c6 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -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; |