Add '...' after the truncated video name

pull/5340/head
Chocobozzz 2022-10-10 11:40:36 +02:00
parent 34aa316f58
commit 9fb75b169d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
/* Fallback for non-webkit */
display: -webkit-box; /* stylelint-disable-line value-no-vendor-prefix */
-webkit-line-clamp: $number-of-lines;
-webkit-box-orient: vertical;
/* Fallback for non-webkit */
font-size: $font-size;
line-height: $font-size;