Skip to content

Commit f111dac

Browse files
improvement(autolayout): reduce horizontal spacing (#2357)
1 parent 690be53 commit f111dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/lib/workflows/autolayout/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export { BLOCK_DIMENSIONS, CONTAINER_DIMENSIONS } from '@/lib/workflows/blocks/b
1111
/**
1212
* Horizontal spacing between layers (columns)
1313
*/
14-
export const DEFAULT_HORIZONTAL_SPACING = 350
14+
export const DEFAULT_HORIZONTAL_SPACING = 250
1515

1616
/**
1717
* Vertical spacing between blocks in the same layer

0 commit comments

Comments
 (0)