Merge pull request #4835 from owncloud/fix-apps-height

use lineheight instead of padding and height
remotes/origin/stable6
Morris Jobke 11 years ago
commit 339c98e5e6
  1. 4
      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;

Loading…
Cancel
Save