Fix clamp bug

This commit is contained in:
Lim Chee Aun 2023-02-10 14:20:41 +08:00
parent 81ebb61096
commit 1638bb4e37

View file

@ -542,6 +542,7 @@
font-size: 90%; font-size: 90%;
} }
.carousel-item button.media-alt .media-alt-desc { .carousel-item button.media-alt .media-alt-desc {
overflow: hidden;
white-space: normal; white-space: normal;
display: -webkit-box; display: -webkit-box;
display: box; display: box;