diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-09-15 07:08:50 -0700 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-09-15 07:08:50 -0700 |
commit | 339c98e5e69103806f03d1eac660f69d1583c5c2 (patch) | |
tree | d5b59d8430b5bf63d234a98c978a7307045c4572 /core | |
parent | 58e65820561abb419a6a145a49b1979cd3e703d2 (diff) | |
parent | 5633291cef26fafedb7fbe7213561b8f4f1c77a7 (diff) | |
download | nextcloud-server-339c98e5e69103806f03d1eac660f69d1583c5c2.tar.gz nextcloud-server-339c98e5e69103806f03d1eac660f69d1583c5c2.zip |
Merge pull request #4835 from owncloud/fix-apps-height
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; |