improvement(autolayout): reduce horizontal spacing (#2357)

This commit is contained in:
Vikhyath Mondreti
2025-12-13 11:06:42 -08:00
committed by GitHub
parent 690be530c8
commit f111dac020

View File

@@ -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