Added line clamp to embed descriptions

This commit is contained in:
nizune 2021-07-10 12:28:18 +02:00
parent 586b153eb8
commit 9ff0ce789a

View file

@ -80,8 +80,8 @@
overflow: hidden;
display: -webkit-box;
white-space: pre-wrap;
// -webkit-line-clamp: 6;
// -webkit-box-orient: vertical;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
}
.footer {