From b497867ffa90d3046d5c8f3cbc70ab0724d86a79 Mon Sep 17 00:00:00 2001 From: cgoing Date: Fri, 21 Mar 2025 14:01:06 +0900 Subject: [PATCH] fix: adjust user message bubble width to fit content --- src/components/thread/messages/human.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/thread/messages/human.tsx b/src/components/thread/messages/human.tsx index a394874..e6ca4c5 100644 --- a/src/components/thread/messages/human.tsx +++ b/src/components/thread/messages/human.tsx @@ -84,7 +84,7 @@ export function HumanMessage({ onSubmit={handleSubmitEdit} /> ) : ( -

+

{contentString}

)}