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 5bd0fff commit e2d4cd8Copy full SHA for e2d4cd8
packages/graphql-playground/src/components/Playground/DocExplorer/GraphDocs.tsx
@@ -85,7 +85,7 @@ class GraphDocs extends React.Component<
85
stack => this.state.widthMap[stack.field.path] || columnWidth,
86
)
87
88
- return [rootWidth].concat(stackWidths).reduce((acc, curr) => acc + curr, 0)
+ return [rootWidth].concat(stackWidths).reduce((acc, curr) => acc + curr, 2)
89
}
90
91
componentDidMount() {
0 commit comments