fix: tool call block width code (#5246)

This commit is contained in:
Faisal Amir 2025-06-12 00:53:27 +07:00 committed by GitHub
parent d2e88ffdc4
commit e33a37776f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -199,7 +199,7 @@ const ToolCallBlock = ({ id, name, result, loading, args }: Props) => {
isExpanded ? '' : 'max-h-0 overflow-hidden'
)}
>
<div className="mt-2 text-main-view-fg/60 max-w-[89%] overflow-hidden">
<div className="mt-2 text-main-view-fg/60 overflow-hidden">
{args && Object.keys(args).length > 3 && (
<>
<p className="mb-3">Arguments:</p>