Merge branch 'quote-posts' into 'develop'
Quote posts: Add line-clamp to quoted post content See merge request soapbox-pub/soapbox-fe!1013
This commit is contained in:
commit
c30671a7d8
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue