Merge pull request #2336 from yougotwill/message_text_wrapping

fix: message text should wrap without causing extremely wide messages
pull/2337/head
Audric Ackermann 3 years ago committed by GitHub
commit fb0592d608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save