css: support consecutive spaces in chat messages
This commit is contained in:
parent
d5e8e051e3
commit
ea87419abc
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user