diff options
author | dan <[email protected]> | 2023-03-09 15:31:13 -0500 |
---|---|---|
committer | dan <[email protected]> | 2023-03-09 15:31:13 -0500 |
commit | 8aedffe9286e895b4fdc3e8894cf9112b22f72c0 (patch) | |
tree | b254f44c34b7f5894930ce3becac3b5a0712ff80 | |
parent | 7639e6188eac91a13d4188692304b9867cdfc2f0 (diff) | |
download | 54-8aedffe9286e895b4fdc3e8894cf9112b22f72c0.tar.gz 54-8aedffe9286e895b4fdc3e8894cf9112b22f72c0.tar.bz2 54-8aedffe9286e895b4fdc3e8894cf9112b22f72c0.zip |
wrap post text
-rw-r--r-- | main.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;"]) |