File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
packages/tdb-dashboard/src Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -1223,7 +1223,7 @@ button.graphiql-tab-add>svg
12231223.qb-lite .group--header : not (: hover ) .group--actions ,
12241224.qb-lite .rule_group : not (: hover ) .group--drag-handler ,
12251225.qb-lite .rule_group : not (: hover ) .group--actions {
1226- opacity : 1 ;
1226+ opacity : 1 ;https : //github.com/terminusdb/terminusdb-dashboard/blob/main/packages/tdb-dashboard/src/App.css
12271227}
12281228
12291229.accordion {
@@ -1426,3 +1426,16 @@ button.graphiql-tab-add>svg
14261426 transform : rotate (720deg );
14271427 }
14281428}
1429+
1430+ .graphiql-query-editor {
1431+ width : 100% ;
1432+ height : 100% ;
1433+ }
1434+ .graphiql-editor {
1435+ width : 100% ;
1436+ height : 100% ;
1437+ }
1438+ .graphiql-query-editor-wrapper {
1439+ width : 100% ;
1440+ height : 100% ;
1441+ }
You can’t perform that action at this time.
0 commit comments