Skip to content

Commit 437277e

Browse files
set max width, add justify-between (#7250)
1 parent 7d5bd9f commit 437277e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/web/app/src/components/target/explorer/scalar-type.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export function GraphQLScalarTypeComponent(props: {
3232
projectSlug={props.projectSlug}
3333
organizationSlug={props.organizationSlug}
3434
>
35-
<div className="flex flex-row gap-4 p-4">
36-
<div className="grow text-sm">
35+
<div className="flex flex-row justify-between p-4">
36+
<div className="max-w-2xl grow text-sm">
3737
{typeof ttype.description === 'string' ? <Markdown content={ttype.description} /> : null}
3838
</div>
3939
{typeof props.totalRequests === 'number' ? (

0 commit comments

Comments
 (0)