From 58f06ac82e95534911e55211ef754ea5b2b59419 Mon Sep 17 00:00:00 2001 From: posimai Date: Sun, 29 Mar 2026 21:32:05 +0900 Subject: [PATCH] fix: add standard line-clamp property for compatibility --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 76d2ea7..b61b13a 100644 --- a/index.html +++ b/index.html @@ -114,6 +114,7 @@ color: var(--text); line-height: 1.4; display: -webkit-box; + line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; @@ -385,6 +386,7 @@ color: var(--text2); line-height: 1.4; display: -webkit-box; + line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;