Fix alt tag text got chopped off at the bottom

This commit is contained in:
Lim Chee Aun 2023-01-22 23:57:43 +08:00
parent b72f683a97
commit 3213e8503e

View file

@ -513,6 +513,7 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 1.4;
}
@media (min-width: 40em) {
.carousel-item button.media-alt .media-alt-desc {
@ -523,7 +524,6 @@
box-orient: vertical;
-webkit-line-clamp: 2;
line-clamp: 2;
line-height: 1.4;
}
}
.carousel-item button.media-alt[hidden] {