css: also support consecutive spaces in system messages
This commit is contained in:
parent
5f8544f031
commit
a9dc45f727
@ -300,6 +300,9 @@ html,body {
|
||||
|
||||
/* Text */
|
||||
|
||||
.tx-sys, .tx-user, .tx-chat, .tx-private {
|
||||
white-space:pre-wrap;
|
||||
}
|
||||
.tx-time {
|
||||
color:grey;
|
||||
}
|
||||
@ -313,7 +316,6 @@ html,body {
|
||||
}
|
||||
.tx-chat {
|
||||
color: black;
|
||||
white-space:pre-wrap;
|
||||
}
|
||||
.tx-private {
|
||||
color: red;
|
||||
|
Loading…
Reference in New Issue
Block a user