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

View File

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