Limit link preview description to 4 lines

This commit is contained in:
Bojan Mojsilovic 2023-09-15 15:31:03 +02:00
parent a47dc7e4c1
commit fb31a8a6af

View File

@ -35,3 +35,10 @@
margin-right: 6px; margin-right: 6px;
} }
} }
.previewDescription {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}