twenty / packages /twenty-shared /src /workflow /layout /constants /WorkflowLayoutDefaultOptions.ts
Jules
Initial clean CRM deployment with prebuilt assets
d9494a5
Raw
History Blame Contribute Delete
185 Bytes
export const WORKFLOW_LAYOUT_DEFAULT_OPTIONS = {
ranksep: 80, // Vertical distance between 2 nodes
nodesep: 200, // Horizontal distance between 2 nodes
rankdir: 'TB',
} as const;