From faf84f014314562bba5339bcf9b370fc577fe023 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Tue, 13 Jul 2021 20:08:20 -0400 Subject: [PATCH] Chat: Display whitespace in chat messages --- src/static/css/pad/chat.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/css/pad/chat.css b/src/static/css/pad/chat.css index ac7334bea..9e0a17dac 100644 --- a/src/static/css/pad/chat.css +++ b/src/static/css/pad/chat.css @@ -92,6 +92,7 @@ #chattext p { padding: 3px; overflow-x: hidden; + white-space: pre-wrap; word-wrap: break-word; } #chattext .time {