Skip to content

Commit 93954ce

Browse files
committed
Fixes button alignment
1 parent de5fc66 commit 93954ce

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ function TasksTreeView({
601601
min={resizableSettings.tree.tree.min}
602602
>
603603
<div className="grid h-full grid-rows-[2rem_1fr] overflow-hidden">
604-
<div className="flex items-center pl-1 pr-2">
604+
<div className="flex items-center pl-1 pr-2 justify-between">
605605
{rootRun || parentRun ? (
606606
<ShowParentOrRootLinks
607607
relationships={{

0 commit comments

Comments
 (0)