diff --git a/webclient/app.css b/webclient/app.css index a277bd2a59..064f626f0b 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