unbreak wordwrapping by breaking multiline paste for now

This commit is contained in:
Matthew Hodgson 2014-09-13 11:38:45 +01:00
parent 32acb7e903
commit 49b5dd56b5

View File

@ -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#<br/>#g instead */
/* white-space: pre; */
}
.bubble .messagePending {
opacity: 0.3