Skip to content

Commit d418b02

Browse files
authored
fix: allow results to fill the entire pane horizontally (#1142)
Makes it easier to read stack traces.
1 parent 8ee2f40 commit d418b02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/graphql-playground-react/src/components/Playground/ResultViewer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ const Result = styled<ResultProps, 'div'>('div')`
136136
}
137137
.CodeMirror-scroll {
138138
overflow: auto !important;
139-
max-width: 50vw;
140139
margin-right: 10px;
141140
}
142141
.CodeMirror-sizer {

0 commit comments

Comments
 (0)