Skip to content
Snippets Groups Projects
Commit f3d3441d authored by Emmanuel ROHEE's avatar Emmanuel ROHEE
Browse files

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

parent 3292f700
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment