Skip to content

Commit

Permalink
fix(css): style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Hellemans authored and Nick Hellemans committed Oct 18, 2023
1 parent 447217d commit 0c64b85
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions pages/awell-orchestration/playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,22 @@ export default function Playground() {
})

return (
<div id="graphql-embed" className="h-screen">
<div>
<SEO
title="GraphQL Playground"
url={`/${Space.AWELL_ORCHESTRATION}/playground`}
canonicalUrl={`/${Space.AWELL_ORCHESTRATION}/playground`}
/>
<GraphiQL
schema={schema}
fetcher={fetcher}
editorTheme={'dracula'}
defaultQuery={defaultQuery}
shouldPersistHeaders={true}
tabs={true}
/>
<div id="graphql-embed" className="h-screen">
<GraphiQL
schema={schema}
fetcher={fetcher}
editorTheme={'dracula'}
defaultQuery={defaultQuery}
shouldPersistHeaders={true}
tabs={true}
/>
</div>
</div>
)
}

1 comment on commit 0c64b85

@vercel
Copy link

@vercel vercel bot commented on 0c64b85 Oct 18, 2023

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.