Update status position (#1124)

This commit is contained in:
Louis Knight-Webb
2025-10-29 15:32:20 +00:00
committed by GitHub
parent 0e2653a2c3
commit 1183f09967

View File

@@ -499,8 +499,10 @@ const ToolCallCard: React.FC<{
<div className="inline-block w-full flex flex-col gap-4"> <div className="inline-block w-full flex flex-col gap-4">
<HeaderWrapper {...headerProps} className={headerClassName}> <HeaderWrapper {...headerProps} className={headerClassName}>
<span className=" min-w-0 flex items-center gap-1.5"> <span className=" min-w-0 flex items-center gap-1.5">
{entryType && getStatusIndicator(entryType)} <span>
{entryType && getEntryIcon(entryType)} {entryType && getStatusIndicator(entryType)}
{entryType && getEntryIcon(entryType)}
</span>
{showInlineSummary ? ( {showInlineSummary ? (
<span className="font-light">{inlineText}</span> <span className="font-light">{inlineText}</span>
) : ( ) : (