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

use lineheight instead of padding and height
This commit is contained in:
Morris Jobke 2013-09-15 07:08:50 -07:00
commit 339c98e5e6
1 changed files with 2 additions and 2 deletions

View File

@ -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;