diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-26 17:48:53 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-26 17:48:53 +0100 |
| commit | 02dcbceb12005a2384de0ebe200bd64917e42d2f (patch) | |
| tree | 3fc844ec7114711fcbd95221b695552a983a7802 /public/css/modules/link-gallery.xs.css | |
| parent | 53f171a3e90ae818711945635a213b47cf502f25 (diff) | |
Better hover appearance for link gallery items
Diffstat (limited to 'public/css/modules/link-gallery.xs.css')
| -rw-r--r-- | public/css/modules/link-gallery.xs.css | 3 |
1 files changed, 1 insertions, 2 deletions
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; |
