Fix appearance of long messages

pull/305/head
ElementalAlchemist 2 years ago committed by Mike Lang
parent 40cc601d93
commit 881073b4d4

@ -366,6 +366,11 @@ a,
text-align: right;
}
.chat-replay-message-text {
flex-basis: 200px;
flex-grow: 1;
}
.chat-replay-message-cleared {
opacity: 0.5;
}

Loading…
Cancel
Save