Skip to content

Commit 733f76f

Browse files
committed
Hotpatch for graphiql
1 parent 99ea3b5 commit 733f76f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/tdb-dashboard/src/App.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,3 +1508,15 @@ button.graphiql-tab-add>svg
15081508
width:100%;
15091509
overflow-x:auto;
15101510
}
1511+
.graphiql-query-editor{
1512+
width: 100%;
1513+
height: 100%;
1514+
}
1515+
.graphiql-editor{
1516+
width: 100%;
1517+
height: 100%;
1518+
}
1519+
.graphiql-query-editor-wrapper{
1520+
width: 100%;
1521+
height: 100%;
1522+
}

0 commit comments

Comments
 (0)