diff --git a/apps/webapp/app/components/run/RunTimeline.tsx b/apps/webapp/app/components/run/RunTimeline.tsx index 27a19e9640..3933e11b56 100644 --- a/apps/webapp/app/components/run/RunTimeline.tsx +++ b/apps/webapp/app/components/run/RunTimeline.tsx @@ -345,11 +345,11 @@ export function RunTimelineEvent({
-
+
- - {title} + +
{title}
{helpText && ( @@ -359,7 +359,9 @@ export function RunTimelineEvent({
{subtitle ? ( - {subtitle} + + {subtitle} + ) : null}