From 8565a6f527f5bf7e13df0f86def554aa4034102d Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 20 Aug 2024 14:16:16 +0200 Subject: [PATCH] style.css: break by words on the entirety of the post --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index c07b9941..dd6c3c58 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -510,6 +510,7 @@ div.post > p { font-size: 13px; min-height: 1.16em; + word-break: break-word; @media (max-width: 48em) { margin-right: 1.4em; @@ -539,7 +540,6 @@ div.post.reply div.body a { } div.post div.body { - word-wrap: break-word; white-space: pre-wrap; }