Skip to content

Commit b4d9be1

Browse files
committed
ref(layout): fix page
1 parent b91caa8 commit b4d9be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/components/layouts/thirds.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ export const Page = styled((props: PageProps) => {
2727
<SentryDocumentTitle {...props.title} />
2828
)}
2929
<Flex
30-
direction="column"
3130
flex={1}
31+
direction="column"
3232
padding={props.withPadding ? `2xl 3xl` : undefined}
3333
>
3434
{props.children}

0 commit comments

Comments
 (0)