Skip to content

Commit 3e11c40

Browse files
authored
Merge pull request #254 from terminusdb/Francesca-Bit-patch-14
Update App.css
2 parents e82f314 + c61a92d commit 3e11c40

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

packages/tdb-dashboard/src/App.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)