Skip to content

Commit 0230d9e

Browse files
authored
Merge pull request #36 from oracle/feature/fix-graphiql-height
Updated GraphiQL to set a max-height limit
2 parents d1d64e2 + 2188444 commit 0230d9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
}
2929

3030
.content {
31-
flex: 1;
3231
margin: 10px;
32+
max-height: 65vh;
3333
}
3434
</style>
3535

@@ -334,4 +334,4 @@
334334
crossorigin="anonymous">
335335
</script>
336336
</body>
337-
</html>
337+
</html>

0 commit comments

Comments
 (0)