From 2e0f4719e6017bed8994298754acb32732d4ca35 Mon Sep 17 00:00:00 2001 From: ritt Date: Wed, 4 Jan 2023 15:05:17 +0100 Subject: [PATCH] Added "white-space:pre-wrap" to plain text display --- themes/default/elog.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default/elog.css b/themes/default/elog.css index bb8d1472..94f2e837 100755 --- a/themes/default/elog.css +++ b/themes/default/elog.css @@ -475,6 +475,7 @@ td { .messagepre { font-family:'lucida console',courier,monospace; + white-space:pre-wrap; } /* frame around attachments */