From 605af13a37ca72956911621c01167f3db2abd16d Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Mon, 29 Jul 2024 08:32:28 -0700 Subject: [PATCH] web: monospace font for plain text emails --- web/static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/static/style.css b/web/static/style.css index 7afb966..0d1b978 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -65,8 +65,9 @@ } .view-part-text-plain { - padding: 0.5em; + font-family: monospace; overflow-wrap: break-word; + padding: 0.5em; white-space: pre-wrap; word-break: break-word; word-wrap: break-word;