chore(goose2): full width assistant message (#8760)

Signed-off-by: Taylor Ho <taylorkmho@gmail.com>
This commit is contained in:
Taylor Ho 2026-04-22 18:40:09 -07:00 committed by GitHub
parent 092a40c44b
commit b8c3b83c43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -391,7 +391,7 @@ export const MessageBubble = memo(function MessageBubble({
<div
className={cn(
"group relative min-w-0 flex flex-col gap-1 pb-8",
isUser ? "max-w-[640px] items-end" : "max-w-[85%] items-start",
isUser ? "max-w-[640px] items-end" : "w-full items-start",
)}
>
{showAssistantIdentity ? (
@ -423,7 +423,7 @@ export const MessageBubble = memo(function MessageBubble({
{/* biome-ignore lint/a11y/noStaticElementInteractions: delegated link handler */}
<div
className={cn(
"w-full min-w-0 text-[13px] leading-relaxed",
"w-full min-w-0 text-sm leading-relaxed",
isUser && "rounded-2xl bg-muted p-3",
)}
onClick={handleContentClick}