Skip to content

Commit c6f6eac

Browse files
committed
Tweaked spacing
1 parent 91538c9 commit c6f6eac

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
@@ -1235,7 +1235,7 @@ function SpanEntity({ span }: { span: Span }) {
12351235
<Property.Item>
12361236
<Property.Label>Timeout at</Property.Label>
12371237
<Property.Value>
1238-
<div className="flex w-full items-center justify-between">
1238+
<div className="flex w-full flex-wrap items-center justify-between gap-1">
12391239
{span.entity.object.completedAfter ? (
12401240
<DateTimeAccurate date={span.entity.object.completedAfter} />
12411241
) : (

0 commit comments

Comments
 (0)