From 8aedffe9286e895b4fdc3e8894cf9112b22f72c0 Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 9 Mar 2023 15:31:13 -0500 Subject: wrap post text --- main.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.scm') diff --git a/main.scm b/main.scm index 7aa76e4..376fbc2 100644 --- a/main.scm +++ b/main.scm @@ -196,7 +196,7 @@ [style "max-width:100%;"] [loading "lazy"])) '()) - (p (@ [style "min-height:0.5em;white-space:pre;"]) ,(content p)) + (p (@ [style "min-height:0.5em;white-space:pre-wrap;"]) ,(content p)) (div [@ (class "post-info")] (em "- " (a (@ [href ,(user-path (user p))]) ,(user p))) (span (@ [style "float:right;"]) -- cgit v1.2.3