fix: add ellipsis on long article labels to prevent overflow on neighbor thumbnails
This commit is contained in:
@@ -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) -- */
|
||||||
|
|||||||
Reference in New Issue
Block a user