fix chat message overflow

This commit is contained in:
HF 2022-02-10 01:10:51 +01:00
parent 29a93f7655
commit bac982368b

View File

@ -693,7 +693,7 @@ tr:nth-child(even) {
.msg {
color: #2d2d2d;
padding-left: 15px;
color:
overflow-y: auto;
}
.msg.info {
color: #cc0000;