summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-xwebclient/app.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/webclient/app.css b/webclient/app.css

index a277bd2a59..4a4ba7b8f4 100755 --- a/webclient/app.css +++ b/webclient/app.css
@@ -528,8 +528,8 @@ a:active { color: #000; } } .bubble .message { - /* Break lines when encountering CR+LF */ - white-space: pre; + /* Wrap words and break lines on CR+LF */ + white-space: pre-wrap; } .bubble .messagePending { opacity: 0.3