Added line clamp to embed descriptions

pull/1049/head
nizune 2021-07-10 12:28:18 +02:00
parent c993ece109
commit 92681eb354
1 changed files with 2 additions and 2 deletions

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 {