Skip to content

Commit ae9adb5

Browse files
committed
Improved the triggered runs table borders
1 parent 9b1c664 commit ae9adb5

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam.spans.$spanParam

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam.spans.$spanParam/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ function SpanBody({
321321
<Header3>Triggered runs</Header3>
322322
<div
323323
className={cn(
324-
"max-h-[12.5rem] overflow-y-auto rounded",
324+
"max-h-[12.5rem] overflow-y-auto rounded-md",
325325
span.triggeredRuns.length > 4 && "border-b border-grid-bright"
326326
)}
327327
>

0 commit comments

Comments
 (0)