Issue 2778 - fix line-height overflow
parent
00070ebc24
commit
bdbba31fea
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue