From 3e17627d781fa02bed85b75c91168a6160a60330 Mon Sep 17 00:00:00 2001 From: waleed Date: Thu, 12 Feb 2026 11:43:15 -0800 Subject: [PATCH] fix(tool-input): align (optional) text to baseline instead of center Use items-baseline instead of items-center on Label flex containers so the smaller (optional) text aligns with the label text baseline rather than sitting slightly below it. Co-Authored-By: Claude Opus 4.6 --- .../components/tool-input/components/tools/parameter.tsx | 2 +- .../panel/components/editor/components/sub-block/sub-block.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/tool-input/components/tools/parameter.tsx b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/tool-input/components/tools/parameter.tsx index f1b34bec3..ff8f43bfe 100644 --- a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/tool-input/components/tools/parameter.tsx +++ b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/tool-input/components/tools/parameter.tsx @@ -87,7 +87,7 @@ export function ParameterWithLabel({ return (
-