Skip to content

Commit 11552ea

Browse files
samejrmatt-aitken
authored andcommitted
Magin top matches other pages
1 parent f8abc10 commit 11552ea

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.limits

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.limits/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default function Page() {
128128
</PageAccessories>
129129
</NavBar>
130130
<PageBody scrollable={true}>
131-
<div className="mx-auto max-w-3xl p-4">
131+
<div className="mx-auto mt-10 max-w-3xl p-4">
132132
<div className="flex flex-col gap-8">
133133
{/* Current Plan Section */}
134134
{data.planName && (

0 commit comments

Comments
 (0)