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 985fde4 commit c157633Copy full SHA for c157633
1 file changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.limits/route.tsx
@@ -128,7 +128,7 @@ export default function Page() {
128
</PageAccessories>
129
</NavBar>
130
<PageBody scrollable={true}>
131
- <div className="mx-auto max-w-3xl p-4">
+ <div className="mx-auto mt-10 max-w-3xl p-4">
132
<div className="flex flex-col gap-8">
133
{/* Current Plan Section */}
134
{data.planName && (
0 commit comments