diff --git a/packages/graphql-playground-react/src/components/Playground/ResultViewer.tsx b/packages/graphql-playground-react/src/components/Playground/ResultViewer.tsx index fad0dadd6..0d4636ae3 100644 --- a/packages/graphql-playground-react/src/components/Playground/ResultViewer.tsx +++ b/packages/graphql-playground-react/src/components/Playground/ResultViewer.tsx @@ -136,7 +136,6 @@ const Result = styled('div')` } .CodeMirror-scroll { overflow: auto !important; - max-width: 50vw; margin-right: 10px; } .CodeMirror-sizer {