From b0b07fb590cbf079a58ec53e08a44684881ff347 Mon Sep 17 00:00:00 2001 From: zhanshi Date: Tue, 4 Mar 2025 21:05:06 +0100 Subject: [PATCH] word wrapping fix --- templates/post.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/post.html b/templates/post.html index 6657c80..ce4b341 100644 --- a/templates/post.html +++ b/templates/post.html @@ -11,6 +11,8 @@ pre { font-family: inherit; + white-space: pre-wrap; + word-wrap: break-word; } img {