From e90e1911e8b611ad8575ab14b5abad449b5909c9 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sun, 23 Nov 2025 14:16:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=AD=E7=AB=A0=E5=8F=96=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/chat/Message.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/ui/chat/Message.tsx b/client/ui/chat/Message.tsx index 2356323..7059bb3 100644 --- a/client/ui/chat/Message.tsx +++ b/client/ui/chat/Message.tsx @@ -181,6 +181,7 @@ export default function Message({ userId, rawData, renderHTML, message, openUser id="msg" style={{ fontSize: "94%", + wordBreak: 'break-word', display: 'flex', flexDirection: 'column', }}