Skip to content

Commit 26f3103

Browse files
committed
Fixed the grid layout for v2 runs page
1 parent 0a84576 commit 26f3103

File tree

1 file changed

+2
-2
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.jobs.$jobParam._index

1 file changed

+2
-2
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.jobs.$jobParam._index/route.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default function Page() {
6060
const user = useUser();
6161

6262
return (
63-
<>
63+
<div className="overflow-y-auto scrollbar-thin scrollbar-track-transparent scrollbar-thumb-charcoal-600">
6464
{job.hasIntegrationsRequiringAction && (
6565
<Callout variant="error" to={organizationIntegrationsPath(organization)} className="mb-2">
6666
{simplur`This Job has ${
@@ -96,6 +96,6 @@ export default function Page() {
9696
</div>
9797
)}
9898
</Help>
99-
</>
99+
</div>
100100
);
101101
}

0 commit comments

Comments
 (0)