mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
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:
parent
518bf38d48
commit
c0b7d14adc
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user