Use "white-space: pre-wrap" for "Text will wrap when necessary, and on line breaks"
This commit is contained in:
parent
3292f70071
commit
f3d3441d02
|
@ -528,9 +528,8 @@ a:active { color: #000; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.bubble .message {
|
.bubble .message {
|
||||||
/* Break lines when encountering CR+LF */
|
/* Wrap words and break lines on CR+LF */
|
||||||
/* FIXME: this breaks wordwrapping. We need to s#CRLF#<br/>#g instead */
|
white-space: pre-wrap;
|
||||||
/* white-space: pre; */
|
|
||||||
}
|
}
|
||||||
.bubble .messagePending {
|
.bubble .messagePending {
|
||||||
opacity: 0.3
|
opacity: 0.3
|
||||||
|
|
Loading…
Reference in New Issue