From 14dbfca5a7ee80450070551e494ae12c5677ee43 Mon Sep 17 00:00:00 2001 From: Vance Ingalls Date: Thu, 16 Jul 2026 01:17:04 -0700 Subject: [PATCH] fix(studio): give flat Text section rows more vertical breathing room 6px between rows left little clearance above a row's value for the promote-to-variable badge (now positioned above the row). Widen the row gap to 10px. --- .../src/components/editor/propertyPanelFlatTextSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/studio/src/components/editor/propertyPanelFlatTextSection.tsx b/packages/studio/src/components/editor/propertyPanelFlatTextSection.tsx index 646dc0da7..1bf88c664 100644 --- a/packages/studio/src/components/editor/propertyPanelFlatTextSection.tsx +++ b/packages/studio/src/components/editor/propertyPanelFlatTextSection.tsx @@ -267,7 +267,7 @@ export function FlatTextSection({ if (textFields.length > 1) { return ( -
+
+