From 6515e3291c3596cbdf666afa037fb0561f516126 Mon Sep 17 00:00:00 2001 From: swag Date: Tue, 25 Apr 2023 12:07:12 -0400 Subject: [PATCH] Clean up CSS a lil --- assets/css/PostText.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/PostText.css b/assets/css/PostText.css index ef28b7f..f062871 100644 --- a/assets/css/PostText.css +++ b/assets/css/PostText.css @@ -17,7 +17,7 @@ float: right; } -.thread .body, .remark .body { +code { white-space: pre-wrap; }