Fix quoted status content with multiple paragraphs on Firefox
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
dada0f7d73
commit
0166dd40ff
|
@ -809,6 +809,7 @@ a.status-card.compact:hover {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
-webkit-line-clamp: 6;
|
-webkit-line-clamp: 6;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
|
max-height: 114px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue