From 3a5abd6c9d22afc116463e1b73c01283ce178471 Mon Sep 17 00:00:00 2001 From: ayaka Date: Mon, 6 Jan 2025 12:01:48 +1300 Subject: [PATCH] shutup warning --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 85d8f46..63817d3 100644 --- a/static/style.css +++ b/static/style.css @@ -1458,6 +1458,7 @@ a.search_subreddit:hover { .comment:not([id]) .comment_data > .comment_link { display: -webkit-box; + line-clamp: 1; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all;