diff --git a/webclient/app.css b/webclient/app.css index 064f626f0b450400a3d03dfae071c8050d67ce2e..4a4ba7b8f428e12e03ec70fc93363025bc4ab5f7 100755 --- a/webclient/app.css +++ b/webclient/app.css @@ -528,9 +528,8 @@ a:active { color: #000; } } .bubble .message { - /* Break lines when encountering CR+LF */ - /* FIXME: this breaks wordwrapping. We need to s#CRLF#<br/>#g instead */ -/* white-space: pre; */ + /* Wrap words and break lines on CR+LF */ + white-space: pre-wrap; } .bubble .messagePending { opacity: 0.3