Add horizontal padding
Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
This commit is contained in:
@@ -115,6 +115,7 @@ export function SystemDiagram({ entity }: SystemDiagramProps) {
|
||||
<DependencyGraph
|
||||
nodes={systemNodes}
|
||||
edges={systemEdges}
|
||||
paddingX={15}
|
||||
direction={DependencyGraphTypes.Direction.BOTTOM_TOP}
|
||||
/>
|
||||
</InfoCard>
|
||||
|
||||
Reference in New Issue
Block a user