summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-09-11 15:46:24 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-09-11 15:46:24 +0200
commit806c49a690b5db15030bb5e8d14c5f9983e875d4 (patch)
treed22aad7e6386f1f85e2f61de0a77ce3fa39868cd /webclient/app.css
parentUse autofill-event.js to workaround browsers issue: Form model doesn't update... (diff)
downloadsynapse-806c49a690b5db15030bb5e8d14c5f9983e875d4.tar.xz
Added support of copy/paste of multi lines content
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-xwebclient/app.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css

index 2564ce3286..71af550679 100755 --- a/webclient/app.css +++ b/webclient/app.css
@@ -257,6 +257,7 @@ a:active { color: #000; } #mainInput { width: 100%; + resize: none; } .blink { @@ -514,6 +515,10 @@ a:active { color: #000; } text-align: left ! important; } +.bubble .message { + /* Break lines when encountering CR+LF */ + white-space: pre; +} .bubble .messagePending { opacity: 0.3 }