Skip to content

Commit

Permalink
adjust min-height
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Fusco <[email protected]>
  • Loading branch information
josephfusco committed Dec 11, 2023
1 parent cbffcb3 commit 352a4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/MiniGraphiQL.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const MiniGraphiQLClient = ({ initialQuery, initialVariables, endpoint, readOnly
border-radius: 4px;
padding: 0.5rem;
display: flex;
min-height: 400px;
min-height: 600px;
}
.graphiql-container .graphiql-editors.full-height {
margin-top: 8px;
Expand Down

0 comments on commit 352a4e3

Please sign in to comment.