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; @extend %text;
background: $white; // fallback background: $white; // fallback
color: $grayer; color: $grayer;
line-height: 1.2; line-height: 1.3;
min-height: 100%; min-height: 100%;
width: 100%; width: 100%;
.master { .master {

View File

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