From c334128f1aea99e49e92c55cc914ecc6fba53b65 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 22 Dec 2024 00:31:56 +0100 Subject: [PATCH] Improved wrapping of long lines in code blocks --- src/styles/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/custom.css b/src/styles/custom.css index c4b5005..c26330c 100644 --- a/src/styles/custom.css +++ b/src/styles/custom.css @@ -34,4 +34,5 @@ li > br { text-indent: -1em !important; padding-left: 2em !important; text-wrap: wrap; + word-break: break-word; }