Merge branch 'quote-posts' into 'develop'

Quote posts: Add line-clamp to quoted post content

See merge request soapbox-pub/soapbox-fe!1013
improve-ci
Alex Gleason 2022-01-28 20:24:52 +00:00
commit c30671a7d8
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -804,6 +804,11 @@ a.status-card.compact:hover {
}
&__content {
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
margin-top: 5px;
font-size: 14px;