From 02dcbceb12005a2384de0ebe200bd64917e42d2f Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sat, 26 Aug 2023 17:48:53 +0100 Subject: Better hover appearance for link gallery items --- public/css/modules/link-gallery.xs.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'public/css/modules/link-gallery.xs.css') diff --git a/public/css/modules/link-gallery.xs.css b/public/css/modules/link-gallery.xs.css index 729ff01..399652b 100644 --- a/public/css/modules/link-gallery.xs.css +++ b/public/css/modules/link-gallery.xs.css @@ -11,8 +11,7 @@ .link-gallery__title { width: 100%; - height: min-content; - max-height: 100%; + height: 100%; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -- cgit v1.2.3