mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Respect whitespace in chat messages.
This commit is contained in:
parent
02504bcf9b
commit
1a92535957
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue