From e91c22a0f8e80ec438588f849801b0b4e6a17f57 Mon Sep 17 00:00:00 2001 From: swag Date: Wed, 21 Sep 2022 23:23:21 -0400 Subject: [PATCH] Preserve whitespace for threads and remarks --- assets/css/PostText.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/PostText.css b/assets/css/PostText.css index c96f702..c62e0b9 100644 --- a/assets/css/PostText.css +++ b/assets/css/PostText.css @@ -11,3 +11,7 @@ .thread .id, .remark .id { float: right; } + +.thread .body, .remark .body { + white-space: pre-wrap; +}