fix: fix chat res no blank too long caused ui problem (#116)

This commit is contained in:
Joel 2023-05-20 17:19:39 +08:00 committed by GitHub
parent 96809108ca
commit 94eb2a623e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,7 @@
font-weight: 400; font-weight: 400;
line-height: 1.5; line-height: 1.5;
word-wrap: break-word; word-wrap: break-word;
word-break: break-all;
user-select: text; user-select: text;
} }