fix: add ellipsis on long article labels to prevent overflow on neighbor thumbnails

This commit is contained in:
Valentin Lab
2026-03-27 13:56:25 +01:00
parent 64af20e10a
commit de13dee166

View File

@@ -445,6 +445,11 @@ div.megamenu ul.megamenu li.megamenu.level1
.shelve-article-label { .shelve-article-label {
height: 48px; height: 48px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
} }
/* -- Responsive: très petites résolutions (< 430px) -- */ /* -- Responsive: très petites résolutions (< 430px) -- */