console: add min height to graphiql on explorer page

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5572
GitOrigin-RevId: de3a8213eb550f5e6db93eea4b29a95b805eb7e0
This commit is contained in:
Rikin Kachhia 2022-08-25 18:23:28 +05:30 committed by hasura-bot
parent 518bf38d48
commit c0b7d14adc

View File

@ -592,7 +592,7 @@ class ApiRequest extends Component {
switch (this.props.bodyType) {
case 'graphql':
return (
<div className={'h-[calc(100vh-400px)] pb-[50px]'}>
<div className={'h-[calc(100vh-400px)] min-h-[500px] pb-[50px]'}>
<GraphiQLWrapper
mode={mode}
data={this.props}