Merge branch 'quote-posts-styles' into 'develop'
Fix quoted status content overflow with multiple paragraphs on Firefox See merge request soapbox-pub/soapbox-fe!1019
This commit is contained in:
commit
467ddf404e
|
@ -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