From 88b761fce3fa12ef65eb090ad7fe82e08c8d1faa Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Tue, 3 Oct 2023 14:49:21 -0700 Subject: [PATCH] Fix missing formatting line in style.css in TriMonoBlue theme (bring it up to date). --- Rocksolid_Light/common/themes/TriMonoBlue Theme/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Rocksolid_Light/common/themes/TriMonoBlue Theme/style.css b/Rocksolid_Light/common/themes/TriMonoBlue Theme/style.css index 6cc7ea9..7f8d6a3 100644 --- a/Rocksolid_Light/common/themes/TriMonoBlue Theme/style.css +++ b/Rocksolid_Light/common/themes/TriMonoBlue Theme/style.css @@ -625,6 +625,7 @@ div.np_article_header { div.np_article_body { background: var(--color-light); margin-top: 20px; + white-space: pre-wrap; /* font-family: "Lucida Console", "Courier New", Courier, "Andale Mono", monospace; */ font-size: 0.55em; }