Issue 2778 - fix line-height overflow

stable
Juanfran 2015-06-01 09:21:36 +02:00
parent 00070ebc24
commit bdbba31fea
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ body {
@extend %text;
background: $white; // fallback
color: $grayer;
line-height: 1.2;
line-height: 1.3;
min-height: 100%;
width: 100%;
.master {

View File

@ -303,7 +303,6 @@
@extend %small;
@include ellipsis(90%);
display: inline-block;
line-height: 1rem;
text-align: center;
}
.popover {