fix: keep task tool spacing consistent

Keep top padding on task tool entries and simplify the Turn stats release note to state its default without an instruction.

Testing: focused ToolPart ESLint, changelog validation, and diff checks passed. No interactive layout verification was run.
This commit is contained in:
Bohdan Triapitsyn
2026-09-08 01:40:08 +03:00
parent 9e2163d839
commit 05915e2859
2 changed files with 1 additions and 2 deletions
@@ -1050,7 +1050,6 @@ const TaskToolSummary: React.FC<{
<div
className={cn(
'relative pr-2 pb-2 pt-2 space-y-2 pl-[1.4375rem]',
entries.length > 0 && 'pt-0',
'before:absolute before:left-[0.4375rem] before:w-px before:bg-border/80 before:content-[""]',
'before:top-[-0.25rem] before:bottom-0'
)}