From bcf4e5047a189ffd45b9c6cd0ef04a6d81b7bc7b Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Mon, 7 Apr 2025 15:58:26 +0100 Subject: [PATCH] Fix for long file names wrapping instead of truncating on the RunTimeline --- apps/webapp/app/components/run/RunTimeline.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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}