unbreak wordwrapping by breaking multiline paste for now

pull/4/merge
Matthew Hodgson 11 years ago
parent 32acb7e903
commit 49b5dd56b5
  1. 3
      webclient/app.css

@ -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

Loading…
Cancel
Save