diff options
author | Bernhard Posselt <nukeawhale@gmail.com> | 2013-09-13 15:53:03 +0200 |
---|---|---|
committer | Bernhard Posselt <nukeawhale@gmail.com> | 2013-09-13 15:53:03 +0200 |
commit | 5633291cef26fafedb7fbe7213561b8f4f1c77a7 (patch) | |
tree | f172015ff3d2f38e14f4f12a227397bfe9a42713 /core | |
parent | d5ddbfb04562ba69a94d05413b931a4b378f0220 (diff) | |
download | nextcloud-server-5633291cef26fafedb7fbe7213561b8f4f1c77a7.tar.gz nextcloud-server-5633291cef26fafedb7fbe7213561b8f4f1c77a7.zip |
use lineheight instead of padding and height
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 5de146feb1f..de63495e50e 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -50,8 +50,8 @@ #app-navigation li > a { display: block; width: 100%; - height: 44px; - padding: 12px; + line-height: 44px; + padding: 0 12px; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box; white-space: nowrap; |