From eba57cd79521637c179caf1ca9bd7f445b7230c9 Mon Sep 17 00:00:00 2001 From: Mminamiyama Date: Sun, 29 Jun 2025 15:12:54 +0800 Subject: [PATCH] style(ui): adjust spacing between buttons in code panel Increase gap between sync and add buttons from 1 to 2 for better visual separation --- web/app/components/workflow/nodes/code/panel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/workflow/nodes/code/panel.tsx b/web/app/components/workflow/nodes/code/panel.tsx index b133bf688d..f928c13bd6 100644 --- a/web/app/components/workflow/nodes/code/panel.tsx +++ b/web/app/components/workflow/nodes/code/panel.tsx @@ -71,7 +71,7 @@ const Panel: FC> = ({ title={t(`${i18nPrefix}.inputVars`)} operations={ !readOnly ? ( -
+