Skip to content

Commit

Permalink
fix: allow results to fill the entire pane horizontally (graphql#1142)
Browse files Browse the repository at this point in the history
Makes it easier to read stack traces.
  • Loading branch information
noelleleigh authored Apr 3, 2020
1 parent eb2aa3d commit b1af1e1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ const Result = styled<ResultProps, 'div'>('div')`
}
.CodeMirror-scroll {
overflow: auto !important;
max-width: 50vw;
margin-right: 10px;
}
.CodeMirror-sizer {
Expand Down

0 comments on commit b1af1e1

Please sign in to comment.