0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-19 10:33:57 +01:00

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

This commit is contained in:
Emmanuel ROHEE 2014-09-15 10:22:57 +02:00
parent 3292f70071
commit f3d3441d02

View file

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