From 7bbe56d20ae12e1c99a8c43097b36031ecff5a37 Mon Sep 17 00:00:00 2001 From: yujiangping Date: Wed, 14 Jan 2026 17:14:00 +0800 Subject: [PATCH] style(chat): update message bubble max-width constraint - Change message bubble max-width from `rb:max-w-100` to `rb:max-w-[520px]` - Improve message content layout consistency and readability - Ensure proper text wrapping behavior for longer messages --- web/src/components/Chat/ChatContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/Chat/ChatContent.tsx b/web/src/components/Chat/ChatContent.tsx index ecc2e4e9..c90f9208 100644 --- a/web/src/components/Chat/ChatContent.tsx +++ b/web/src/components/Chat/ChatContent.tsx @@ -55,7 +55,7 @@ const ChatContent: FC = ({ } {/* 消息气泡框 */} -