From 4c1eb3966d54d28f6b997e158990da33380283e5 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Fri, 11 Apr 2025 22:45:03 -0400 Subject: [PATCH] Tweak the CSS for plain-text class --- public/css/simple.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/css/simple.css b/public/css/simple.css index 212f302..9647d4f 100644 --- a/public/css/simple.css +++ b/public/css/simple.css @@ -131,4 +131,8 @@ background-color: var(--transparent); } -.plain-text { white-space: pre-wrap; } +.plain-text { + white-space: pre-wrap; + display: inline-block; + margin-bottom: 1em; +}