twenty / packages /twenty-shared /src /workflow /layout /constants /WorkflowDiagramDefaultNodeDimensions.ts
Jules
Initial clean CRM deployment with prebuilt assets
d9494a5
Raw
History Blame Contribute Delete
98 Bytes
export const WORKFLOW_DIAGRAM_DEFAULT_NODE_DIMENSIONS = {
width: 240,
height: 52,
} as const;