From 5651d7b208edb83476819a3cc7d3ba9700c23c5f Mon Sep 17 00:00:00 2001 From: swaggboi Date: Fri, 11 Apr 2025 22:08:37 -0400 Subject: [PATCH] Add new class for plaintext post body --- public/css/simple.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/css/simple.css b/public/css/simple.css index 6452a95..212f302 100644 --- a/public/css/simple.css +++ b/public/css/simple.css @@ -130,3 +130,5 @@ padding: 1em; background-color: var(--transparent); } + +.plain-text { white-space: pre-wrap; }