From db528e70561f596083c7a7fb29e2d4a2193104d0 Mon Sep 17 00:00:00 2001 From: Guilhem Date: Wed, 4 Mar 2026 16:11:01 +0000 Subject: [PATCH] fix: prevent step count tab text from wrapping Co-Authored-By: Claude Opus 4.6 --- frontend/src/lib/components/graph/StepCountTab.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/graph/StepCountTab.svelte b/frontend/src/lib/components/graph/StepCountTab.svelte index ee00ffdd0f..0cb0043733 100644 --- a/frontend/src/lib/components/graph/StepCountTab.svelte +++ b/frontend/src/lib/components/graph/StepCountTab.svelte @@ -30,7 +30,7 @@ onclick={onExpand ? stopPropagation(preventDefault(onExpand)) : undefined} onpointerdown={onExpand ? stopPropagation(preventDefault(() => {})) : undefined} > -
+
{#if label}{label}{:else}{stepCount} step{stepCount !== 1 ? 's' : ''}{/if} {#if onExpand} {#if collapsed}{:else}