fix: message text should wrap without causing extremely wide messages

pull/2336/head
William Grant 3 years ago
parent ca0c74317f
commit 42e06a8399

@ -39,6 +39,7 @@ textarea {
input,
textarea {
user-select: text;
word-break: break-all;
}
}

Loading…
Cancel
Save