Issue 2778 - fix line-height overflow
parent
00070ebc24
commit
bdbba31fea
|
@ -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 {
|
||||
|
|
|
@ -303,7 +303,6 @@
|
|||
@extend %small;
|
||||
@include ellipsis(90%);
|
||||
display: inline-block;
|
||||
line-height: 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
.popover {
|
||||
|
|
Loading…
Reference in New Issue