1
Fork 0

Respect whitespace in chat messages.

This commit is contained in:
Juliusz Chroboczek 2020-11-30 17:51:16 +01:00
parent 02504bcf9b
commit 1a92535957
1 changed files with 1 additions and 0 deletions

View File

@ -388,6 +388,7 @@ textarea.form-reply {
}
.message-content {
white-space: pre-wrap;
margin: 0;
padding: 0;
padding-left: 5px;