css: support consecutive spaces in chat messages

This commit is contained in:
mappu 2017-02-05 15:40:44 +13:00
parent d5e8e051e3
commit ea87419abc
1 changed files with 1 additions and 0 deletions

View File

@ -313,6 +313,7 @@ html,body {
}
.tx-chat {
color: black;
white-space:pre-wrap;
}
.tx-private {
color: red;