From ea87419abccd4558b27e7a6135fb031340b7469b Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 5 Feb 2017 15:40:44 +1300 Subject: [PATCH] css: support consecutive spaces in chat messages --- client/dcwebui.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/dcwebui.css b/client/dcwebui.css index 45e7291..151dd6d 100644 --- a/client/dcwebui.css +++ b/client/dcwebui.css @@ -313,6 +313,7 @@ html,body { } .tx-chat { color: black; + white-space:pre-wrap; } .tx-private { color: red;