fix line-height

This commit is contained in:
Matteo Manzinello
2020-07-10 11:06:01 +02:00
parent faa801aa14
commit a71e96cc06
7 changed files with 8 additions and 7 deletions

View File

@@ -87,6 +87,7 @@ $default-border-radius: 20px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 1.2em;
}
.m-details {
@@ -156,7 +157,7 @@ $default-border-radius: 20px;
}
&.m-by {
font-size: 8px;
font-size: 9px;
margin-top: 0.8rem;
padding: 5px;
color: $default-color;