Add line-clamp to quoted post content
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
be7910945b
commit
65a71b7653
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