From 94eb2a623e3006679e30ed4775624c149d598feb Mon Sep 17 00:00:00 2001 From: Joel Date: Sat, 20 May 2023 17:19:39 +0800 Subject: [PATCH] fix: fix chat res no blank too long caused ui problem (#116) --- web/app/styles/markdown.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/styles/markdown.scss b/web/app/styles/markdown.scss index fdfaae0cf9..c11dd15928 100644 --- a/web/app/styles/markdown.scss +++ b/web/app/styles/markdown.scss @@ -54,6 +54,7 @@ font-weight: 400; line-height: 1.5; word-wrap: break-word; + word-break: break-all; user-select: text; }