Skip to content

Commit e6f7128

Browse files
committed
Indent environments
1 parent 2c3e9fd commit e6f7128

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ function Upgradable({
447447
<TableBody>
448448
{environments.map((environment, index) => (
449449
<TableRow key={environment.id}>
450-
<TableCell className="pl-0">
450+
<TableCell>
451451
<EnvironmentCombo environment={environment} />
452452
</TableCell>
453453
<TableCell alignment="right">{environment.planConcurrencyLimit}</TableCell>

0 commit comments

Comments
 (0)