Skip to content

Commit 6968053

Browse files
authored
add w 100% (#1091)
1 parent f0024e6 commit 6968053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/src/pages/sign-in/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { type NextPageWithLayout } from "~/lib/types"
1818
const SignIn: NextPageWithLayout = () => {
1919
return (
2020
<PublicPageWrapper strict>
21-
<Flex flexDir="column" h="inherit" minH="$100vh">
21+
<Flex w="100%" flexDir="column" h="inherit" minH="$100vh">
2222
<RestrictedGovtMasthead />
2323
<BaseGridLayout flex={1}>
2424
<NonMobileSidebarGridArea>

0 commit comments

Comments
 (0)