We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454ff79 commit 372112dCopy full SHA for 372112d
packages/json-table-schema-visualizer/src/components/DiagramViewer/DiagramWrapper.tsx
@@ -65,7 +65,7 @@ const DiagramWrapper = ({ children }: DiagramWrapperProps) => {
65
onWheel={handleZooming}
66
width={width}
67
height={height}
68
- style={{ backgroundColor: themeColors.bg }}
+ style={{ width: "fit-content", backgroundColor: themeColors.bg }}
69
>
70
<Layer>
71
<Group offsetX={-DIAGRAM_PADDING} offsetY={-DIAGRAM_PADDING}>
0 commit comments