From 85e70f559d1511d9eef179840d769d49022551b4 Mon Sep 17 00:00:00 2001 From: dakai Date: Mon, 14 Oct 2024 02:39:38 +0800 Subject: [PATCH] style: update max-width in chat message item --- app/components/chat.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/chat.module.scss b/app/components/chat.module.scss index 597299994..32336e95d 100644 --- a/app/components/chat.module.scss +++ b/app/components/chat.module.scss @@ -430,7 +430,7 @@ .chat-message-item { box-sizing: border-box; - max-width: 300px; + max-width: 100%; margin-top: 10px; border-radius: 10px; background-color: rgba(0, 0, 0, 0.05);