Skip to content

Commit a11c6b1

Browse files
committed
fix variable editor overflow
1 parent 61e6406 commit a11c6b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/graphql-playground/src/styles/graphiql_dark.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@
206206

207207
.graphiql-container .variable-editor .CodeMirror {
208208
padding-left: 12px;
209-
/*width: calc(100% - 12px);*/
210-
width: calc(100%);
209+
width: calc(100% - 12px);
211210
background: #0b1924;
212211
}
213212

0 commit comments

Comments
 (0)