Skip to content

Commit 837a13e

Browse files
waleedlatif1claude
andcommitted
fix(tool-input): increase gap between SubBlock params for visual clarity
SubBlock's internal gap (10px between label and input) matched the between-parameter gap (10px), making them indistinguishable. Increase the between-parameter gap to 14px so consecutive parameters are visually distinct, matching the separation seen in ParameterWithLabel. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f707636 commit 837a13e

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/tool-input

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/tool-input/tool-input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@ export const ToolInput = memo(function ToolInput({
18641864
})
18651865

18661866
return (
1867-
<div className='flex flex-col gap-[10px] pt-[4px]'>{renderedElements}</div>
1867+
<div className='flex flex-col gap-[14px] pt-[4px]'>{renderedElements}</div>
18681868
)
18691869
}
18701870

0 commit comments

Comments
 (0)