Commit 1a925359 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Respect whitespace in chat messages.

parent 02504bcf
...@@ -388,6 +388,7 @@ textarea.form-reply { ...@@ -388,6 +388,7 @@ textarea.form-reply {
} }
.message-content { .message-content {
white-space: pre-wrap;
margin: 0; margin: 0;
padding: 0; padding: 0;
padding-left: 5px; padding-left: 5px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment