We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a73409 commit 15598fbCopy full SHA for 15598fb
web/common/src/components/Lineage/utils.ts
@@ -48,7 +48,7 @@ export type LayoutedGraph<
48
export type PathType = 'bezier' | 'smoothstep' | 'step' | 'straight'
49
50
export const DEFAULT_NODE_HEIGHT = 32
51
-export const DEFAULT_NODE_WIDTH = 400
+export const DEFAULT_NODE_WIDTH = 300
52
export const DEFAULT_ZOOM = 0.85
53
export const MIN_ZOOM = 0.01
54
export const MAX_ZOOM = 1.75
0 commit comments