Skip to content

Commit

Permalink
fix(variable editor): limit height of editor (#2188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayshoon authored Feb 24, 2022
1 parent a037903 commit d3e0005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/graphiql/src/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
display: flex;
flex-direction: row;
flex: 1;
max-height: 100%;
}

.graphiql-container .queryWrap {
Expand Down

2 comments on commit d3e0005

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.