From 841b0c288702b7a660618497da7a35fac1ea5dd7 Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Sat, 13 Dec 2025 10:56:19 -0800 Subject: [PATCH] improvement(autolayout): reduce horizontal spacing --- apps/sim/lib/workflows/autolayout/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sim/lib/workflows/autolayout/constants.ts b/apps/sim/lib/workflows/autolayout/constants.ts index 7616fb0944..838d8315ce 100644 --- a/apps/sim/lib/workflows/autolayout/constants.ts +++ b/apps/sim/lib/workflows/autolayout/constants.ts @@ -11,7 +11,7 @@ export { BLOCK_DIMENSIONS, CONTAINER_DIMENSIONS } from '@/lib/workflows/blocks/b /** * Horizontal spacing between layers (columns) */ -export const DEFAULT_HORIZONTAL_SPACING = 350 +export const DEFAULT_HORIZONTAL_SPACING = 250 /** * Vertical spacing between blocks in the same layer