[Mobile] Fixed font-size and line-height problem in tree

open #74
This commit is contained in:
Charles Hacskaylo
2015-08-27 10:33:32 -07:00
parent 6e172359b4
commit 1961adf8d6
5 changed files with 8 additions and 8 deletions

View File

@@ -49,8 +49,8 @@
border-top: none;
}
.label,
.controls {
>.label,
>.controls {
@include box-sizing(border-box);
@include clearfix;
font-size: 0.8rem;

View File

@@ -38,7 +38,7 @@ ul.tree {
@include border-radius($basicCr);
@include single-transition(background-color, 0.25s);
display: block;
font-size: 0.8em;
font-size: 0.8rem;
height: $menuLineH;
line-height: $menuLineH;
margin-bottom: $interiorMarginSm;