From d60438be38ed2d76926b38ca928cf27369d5e6da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E4=BC=9F=E5=BC=BA?= Date: Sat, 20 May 2023 17:16:27 +0800 Subject: [PATCH] fix: fix chat res no blank too long caused ui problem --- 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; }