From 3213e8503e0314133a87120ba920c2e378a5fcb6 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 22 Jan 2023 23:57:43 +0800 Subject: [PATCH] Fix alt tag text got chopped off at the bottom --- src/components/status.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status.css b/src/components/status.css index 489b08b0..d49c9f1f 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -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] {