mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-14 07:09:28 -05:00
unbreak wordwrapping by breaking multiline paste for now
This commit is contained in:
parent
32acb7e903
commit
49b5dd56b5
@ -529,7 +529,8 @@ a:active { color: #000; }
|
|||||||
|
|
||||||
.bubble .message {
|
.bubble .message {
|
||||||
/* Break lines when encountering CR+LF */
|
/* 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 {
|
.bubble .messagePending {
|
||||||
opacity: 0.3
|
opacity: 0.3
|
||||||
|
Loading…
Reference in New Issue
Block a user