Skip to content

Commit d9c5cee

Browse files
Review comment: spacing
Co-authored-by: Filip Troníček <[email protected]>
1 parent 181fdc9 commit d9c5cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dashboard/src/org-admin/AdminPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ const AdminPage: React.FC = () => {
3333
return (
3434
<div className="flex flex-col w-full">
3535
<Header title="Organization Administration" subtitle="Manage Infrastructure Rollouts." />
36-
<div className="app-container py-6">
37-
<h2 className="text-2xl font-semibold text-pk-content-primary mb-4">Infrastructure Rollout</h2>
36+
<div className="app-container py-6 flex flex-col gap-4">
37+
<h2 className="text-2xl font-semibold text-pk-content-primary">Infrastructure Rollout</h2>
3838

3939
{userLoading ||
4040
orgLoading ||

0 commit comments

Comments
 (0)