Merge pull request #6227 from deepak-bhardwaj-ps/fix-system-diagram
fix: Sys Diagram clipped if wider than container
This commit is contained in:
@@ -262,7 +262,7 @@ export function DependencyGraph({
|
||||
<svg
|
||||
ref={containerRef}
|
||||
{...svgProps}
|
||||
width={maxWidth}
|
||||
width="100%"
|
||||
height={maxHeight}
|
||||
viewBox={`0 0 ${maxWidth} ${maxHeight}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user