Skip to content

Commit

Permalink
Hotpatch for graphiql
Browse files Browse the repository at this point in the history
  • Loading branch information
rrooij committed Jun 27, 2023
1 parent 99ea3b5 commit 733f76f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/tdb-dashboard/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -1508,3 +1508,15 @@ button.graphiql-tab-add>svg
width:100%;
overflow-x:auto;
}
.graphiql-query-editor{
width: 100%;
height: 100%;
}
.graphiql-editor{
width: 100%;
height: 100%;
}
.graphiql-query-editor-wrapper{
width: 100%;
height: 100%;
}

0 comments on commit 733f76f

Please sign in to comment.