We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5bd9f commit 437277eCopy full SHA for 437277e
packages/web/app/src/components/target/explorer/scalar-type.tsx
@@ -32,8 +32,8 @@ export function GraphQLScalarTypeComponent(props: {
32
projectSlug={props.projectSlug}
33
organizationSlug={props.organizationSlug}
34
>
35
- <div className="flex flex-row gap-4 p-4">
36
- <div className="grow text-sm">
+ <div className="flex flex-row justify-between p-4">
+ <div className="max-w-2xl grow text-sm">
37
{typeof ttype.description === 'string' ? <Markdown content={ttype.description} /> : null}
38
</div>
39
{typeof props.totalRequests === 'number' ? (
0 commit comments