Keep line breaks when message has some new lines

Relates #1758 and #1898 and #1901
pull/1902/head
Audric Ackermann 4 years ago
parent 47977c72bd
commit 48090b4b25
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -1281,6 +1281,10 @@ input {
}
}
.module-message__text {
white-space: pre-wrap;
}
.session-info-box {
display: flex;
flex-direction: column;

Loading…
Cancel
Save