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

View File

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