Skip to content

Commit

Permalink
feat(useMikadoGraph): add padding
Browse files Browse the repository at this point in the history
  • Loading branch information
arnolanglade committed Oct 31, 2023
1 parent 43cee4f commit 93ab3c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/mikado-graph/component/mikado-graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export default function Graph({
onEdgesChange={onEdgesChange}
nodeTypes={nodeTypes}
fitView
fitViewOptions={{ padding: 3 }}
>
<Controls />
<MiniMap zoomable pannable />
Expand Down

0 comments on commit 93ab3c7

Please sign in to comment.