From d4d71676043023c4b7120dbd96803ba41619f944 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 20 Aug 2024 15:36:58 +0200 Subject: [PATCH] style.css: handle very long words --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index ce67bf9d..d964f798 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -514,7 +514,7 @@ div.post > p { font-size: 13px; min-height: 1.16em; - word-break: break-word; + overflow-wrap: break-word; @media (max-width: 48em) { margin-right: 1.4em;