Use "white-space: pre-wrap" for "Text will wrap when necessary, and on line breaks"

pull/4/merge
Emmanuel ROHEE 10 years ago
parent 3292f70071
commit f3d3441d02
  1. 5
      webclient/app.css

@ -528,9 +528,8 @@ a:active { color: #000; }
}
.bubble .message {
/* Break lines when encountering CR+LF */
/* FIXME: this breaks wordwrapping. We need to s#CRLF#<br/>#g instead */
/* white-space: pre; */
/* Wrap words and break lines on CR+LF */
white-space: pre-wrap;
}
.bubble .messagePending {
opacity: 0.3

Loading…
Cancel
Save