From acc9186a59136a5d917495d0599a3ec68063b9ed Mon Sep 17 00:00:00 2001 From: rook1e Date: Fri, 31 Mar 2023 10:24:16 +0800 Subject: [PATCH] fix: extra-long title overflow --- ui/static/css/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/static/css/common.css b/ui/static/css/common.css index f30289c7..cd61f912 100644 --- a/ui/static/css/common.css +++ b/ui/static/css/common.css @@ -820,6 +820,7 @@ article.category-has-unread { font-size: 2.0em; line-height: 1.25em; margin: 5px 0 30px 0; + overflow-wrap: break-word; } .entry header h1 a {