Add horizontal padding

Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
This commit is contained in:
Adam Harvey
2021-02-12 13:33:04 -05:00
parent 8eac71c77a
commit 131bfdea14
@@ -115,6 +115,7 @@ export function SystemDiagram({ entity }: SystemDiagramProps) {
<DependencyGraph
nodes={systemNodes}
edges={systemEdges}
paddingX={15}
direction={DependencyGraphTypes.Direction.BOTTOM_TOP}
/>
</InfoCard>