Skip to content

Commit

Permalink
nodesep: 20
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Madigan <[email protected]>
  • Loading branch information
jasonmadigan committed Oct 17, 2024
1 parent 2d11f9b commit ce39c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PolicyTopologyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ const goToResource = (resourceType: string, resourceName: string) => {
const customLayoutFactory = (type: string, graph: any): any => {
return new DagreLayout(graph, {
rankdir: 'TB',
nodesep: 0,
nodesep: 20,
ranksep: 0,
nodeDistance: 80,
});
Expand Down

0 comments on commit ce39c11

Please sign in to comment.