Skip to content

Commit 15598fb

Browse files
committed
adjust node widht
1 parent 3a73409 commit 15598fb

File tree

1 file changed

+1
-1
lines changed
  • web/common/src/components/Lineage

1 file changed

+1
-1
lines changed

web/common/src/components/Lineage/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export type LayoutedGraph<
4848
export type PathType = 'bezier' | 'smoothstep' | 'step' | 'straight'
4949

5050
export const DEFAULT_NODE_HEIGHT = 32
51-
export const DEFAULT_NODE_WIDTH = 400
51+
export const DEFAULT_NODE_WIDTH = 300
5252
export const DEFAULT_ZOOM = 0.85
5353
export const MIN_ZOOM = 0.01
5454
export const MAX_ZOOM = 1.75

0 commit comments

Comments
 (0)