use lineheight instead of padding and height
This commit is contained in:
parent
d5ddbfb045
commit
5633291cef
|
@ -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…
Reference in New Issue