Skip to content

Commit 101d058

Browse files
committed
making graph ql reponse scroll css §
1 parent b97d1f4 commit 101d058

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/tdb-dashboard/src/App.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,3 +1158,8 @@ pre.CodeMirror-line > span > span.cm-string {
11581158
.tdb__status_latest__version {
11591159
color: #3450DC;
11601160
}
1161+
1162+
/*enable graph ql response to over flow*/
1163+
.graphiql-response {
1164+
overflow: auto !important;
1165+
}

0 commit comments

Comments
 (0)