Fix quoted status content with multiple paragraphs on Firefox

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-01-30 23:17:55 +01:00
parent dada0f7d73
commit 0166dd40ff
1 changed files with 1 additions and 0 deletions

View File

@ -809,6 +809,7 @@ a.status-card.compact:hover {
text-overflow: ellipsis;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
max-height: 114px;
margin-top: 5px;
font-size: 14px;