mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04: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 {
|
||||
/* 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 {
|
||||
opacity: 0.3
|
||||
|
Loading…
Reference in New Issue
Block a user