Skip to content

Commit 3898541

Browse files
committed
Added whitespace-pre-wrap to the message property on the run page
1 parent 7107119 commit 3898541

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
@@ -314,7 +314,7 @@ function SpanBody({
314314
<Property.Table>
315315
<Property.Item>
316316
<Property.Label>Message</Property.Label>
317-
<Property.Value>{span.message}</Property.Value>
317+
<Property.Value className="whitespace-pre-wrap">{span.message}</Property.Value>
318318
</Property.Item>
319319
{span.triggeredRuns.length > 0 && (
320320
<Property.Item>

0 commit comments

Comments
 (0)