Skip to content

Commit 8a9c53d

Browse files
committed
Page layout fix
1 parent 4dd5eb1 commit 8a9c53d

File tree

1 file changed

+2
-2
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.errors._index

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export default function Page() {
195195
}, [location.search]);
196196

197197
return (
198-
<div className="grid h-full grid-rows-[auto_1fr] overflow-hidden">
198+
<>
199199
<NavBar>
200200
<PageTitle title="Errors" />
201201
</NavBar>
@@ -269,7 +269,7 @@ export default function Page() {
269269
</TypedAwait>
270270
</Suspense>
271271
</PageBody>
272-
</div>
272+
</>
273273
);
274274
}
275275

0 commit comments

Comments
 (0)