fix: pad the agent run below its badges as well as above

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
hugocasa
2026-09-17 10:07:28 +02:00
co-authored by Claude Opus 5
parent 1ce2363f50
commit fc11fdf057
2 changed files with 2 additions and 2 deletions
@@ -34,7 +34,7 @@
})
</script>
<div class="flex flex-col w-full pt-3">
<div class="flex flex-col w-full py-3">
{#if trace.length > 0}
<AgentTrace entries={trace} {workspaceId} />
<LabeledDivider class="my-3">
@@ -39,7 +39,7 @@
nothing moves when the result lands. The text at the bottom is deliberately
unlabelled: a turn that goes on to call a tool was narration, and only the end
of the run settles which this one is. -->
<div class="flex flex-col w-full pt-3">
<div class="flex flex-col w-full py-3">
{#each stream.entries as entry, index (entry.kind === 'tool' ? entry.callId : index)}
{#if entry.kind === 'tool'}
<ChatCollapsibleCard