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 f0024e6 commit 6968053Copy full SHA for 6968053
apps/studio/src/pages/sign-in/index.tsx
@@ -18,7 +18,7 @@ import { type NextPageWithLayout } from "~/lib/types"
18
const SignIn: NextPageWithLayout = () => {
19
return (
20
<PublicPageWrapper strict>
21
- <Flex flexDir="column" h="inherit" minH="$100vh">
+ <Flex w="100%" flexDir="column" h="inherit" minH="$100vh">
22
<RestrictedGovtMasthead />
23
<BaseGridLayout flex={1}>
24
<NonMobileSidebarGridArea>
0 commit comments