From b6c98e964302d2e0808720e8c9ff17ced80b9925 Mon Sep 17 00:00:00 2001 From: shrimbly Date: Thu, 12 Mar 2026 07:59:33 +1300 Subject: [PATCH] style: add top padding and max-width to ArrayNode top fields Add pt-1 to content area so fields don't hug the top edge, and max-w-[75%] to the Split/By field rows so they don't extend behind the auto-route button icon. Co-Authored-By: Claude Opus 4.6 --- src/components/nodes/ArrayNode.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/nodes/ArrayNode.tsx b/src/components/nodes/ArrayNode.tsx index f1c4b78c..8c8f09ea 100644 --- a/src/components/nodes/ArrayNode.tsx +++ b/src/components/nodes/ArrayNode.tsx @@ -196,8 +196,8 @@ export function ArrayNode({ id, data, selected }: NodeProps) { -
-
+
+
) { )} {nodeData.splitMode === "regex" && ( -
+