diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-09-11 15:46:24 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-09-11 15:46:24 +0200 |
commit | 806c49a690b5db15030bb5e8d14c5f9983e875d4 (patch) | |
tree | d22aad7e6386f1f85e2f61de0a77ce3fa39868cd /webclient/app.css | |
parent | Use autofill-event.js to workaround browsers issue: Form model doesn't update... (diff) | |
download | synapse-806c49a690b5db15030bb5e8d14c5f9983e875d4.tar.xz |
Added support of copy/paste of multi lines content
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-x | webclient/app.css | 5 |
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 } |