This commit is contained in:
isUnknown 2025-02-03 12:13:52 +01:00
parent 32b81867e5
commit 5d09b519c3
3 changed files with 19 additions and 9 deletions

View file

@ -1,3 +1,13 @@
.short {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden;
/* Do not remove : required not to crop letters descenders */
padding-bottom: 0.16rem;
}
.hidden {
display: none;
}