Skip to content

Commit de587d8

Browse files
committed
fix: Add margin to the top of the cluster set password screen
1 parent b5f146c commit de587d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/cluster/ClusterSetPassword.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export function ClusterSetPassword() {
9191
<nav className="fixed top-20 w-full h-12 z-39 px-4 md:px-12 bg-grey-700 flex items-center">
9292
<Breadcrumbs />
9393
</nav>
94-
<div className="h-screen items-center justify-center flex">
94+
<div className="items-center justify-center flex mt-32 py-4 min-h-[calc(100vh-theme(spacing.32))]">
9595
<div className="text-white w-xs">
9696
<h2 className="text-2xl font-light">Create Admin User</h2>
9797
<Form {...methods}>

0 commit comments

Comments
 (0)