From 4760bb9d4c430ba911a02b712ae059830b6ef7b3 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 20 Aug 2024 16:06:51 +0200 Subject: [PATCH] style.css: handle very long words across all the post --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 01e4a1f0..27d8a747 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -494,6 +494,7 @@ div.post { padding: 0.5em 0.3em; display: inline-block; max-width: 94%!important; + overflow-wrap: break-word; @media (max-width: 48em) { margin: 0.1em 0px; @@ -514,7 +515,6 @@ div.post > p { font-size: 13px; min-height: 1.16em; - overflow-wrap: break-word; @media (max-width: 48em) { margin-right: 1.4em;