From fa74c72a12159dc547a89bd5fb4bd32074f784cd Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Fri, 14 Jul 2023 18:36:54 -0600 Subject: [PATCH] status area, add white-space: pre-wrap for long lines --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index a54a1c6..352d3ec 100644 --- a/static/style.css +++ b/static/style.css @@ -125,6 +125,7 @@ pre { font-size: 125%; background: var(--sub_color); color: var(--fg_color); + white-space: pre-wrap; } #auxMsgZone {