From 49b5dd56b53f0bb6a7ce678eb4b0ecd158df1eb3 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 13 Sep 2014 11:38:45 +0100 Subject: [PATCH] unbreak wordwrapping by breaking multiline paste for now --- webclient/app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webclient/app.css b/webclient/app.css index a277bd2a5..064f626f0 100755 --- a/webclient/app.css +++ b/webclient/app.css @@ -529,7 +529,8 @@ a:active { color: #000; } .bubble .message { /* Break lines when encountering CR+LF */ - white-space: pre; + /* FIXME: this breaks wordwrapping. We need to s#CRLF#
#g instead */ +/* white-space: pre; */ } .bubble .messagePending { opacity: 0.3