fix cedric problem wekbit line clamp

This commit is contained in:
isUnknown 2025-02-06 15:36:45 +01:00
parent 62c13dccee
commit bd2503fb52

View file

@ -1,4 +1,4 @@
.short { .panel-item-content__edito.short {
display: -webkit-box; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
-webkit-line-clamp: 5; -webkit-line-clamp: 5;
@ -6,6 +6,7 @@
/* Do not remove : required not to crop letters descenders */ /* Do not remove : required not to crop letters descenders */
padding-bottom: 0.16rem; padding-bottom: 0.16rem;
height: 8.5rem;
} }
.hidden { .hidden {