mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 19:47:05 +03:00
unbreak wordwrapping by breaking multiline paste for now
This commit is contained in:
parent
32acb7e903
commit
49b5dd56b5
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue