From a9dc45f727cd4219382c73c28d87738ecdc00ace Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 5 Feb 2017 15:43:16 +1300 Subject: [PATCH] css: also support consecutive spaces in system messages --- client/dcwebui.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/dcwebui.css b/client/dcwebui.css index 283a052..49dc74c 100644 --- a/client/dcwebui.css +++ b/client/dcwebui.css @@ -300,6 +300,9 @@ html,body { /* Text */ +.tx-sys, .tx-user, .tx-chat, .tx-private { + white-space:pre-wrap; +} .tx-time { color:grey; } @@ -313,7 +316,6 @@ html,body { } .tx-chat { color: black; - white-space:pre-wrap; } .tx-private { color: red;