From c19c0ea107a2a6c65e1d45efb61dc26c7843246f Mon Sep 17 00:00:00 2001 From: Guilhem Date: Mon, 23 Feb 2026 17:42:50 +0000 Subject: [PATCH] truncate long summary and path in SummaryPathDisplay (#8062) * fix: truncate long summary and path in SummaryPathDisplay Co-Authored-By: Claude Opus 4.5 * fix: allow summary to shrink in flow editor top bar Add min-w-0 to the SummaryPathDisplay wrapper in FlowBuilder so flex shrinking works. Remove max-w cap on the wrapper so the summary can use all available space. Remove w-full and max-w-md from the empty middle schedule div that was stealing space even when empty. Co-Authored-By: Claude Opus 4.6 --------- Co-authored-by: Claude Opus 4.5 --- frontend/src/lib/components/FlowBuilder.svelte | 4 ++-- frontend/src/lib/components/SummaryPathDisplay.svelte | 5 +++-- frontend/src/lib/components/details/DetailPageHeader.svelte | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/src/lib/components/FlowBuilder.svelte b/frontend/src/lib/components/FlowBuilder.svelte index a7e3d22e84..35dda2ed84 100644 --- a/frontend/src/lib/components/FlowBuilder.svelte +++ b/frontend/src/lib/components/FlowBuilder.svelte @@ -1115,7 +1115,7 @@
-
+
-