From e9491e2f53b80a56a412a0f07c877c4930cf7e47 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 02:06:52 +0000 Subject: [PATCH] Normalize Timeline layout and prevent clipping (retry) cgen-b2526bc97e414a0cae32c26c7bb4df02 --- client/components/roadmap/Timeline.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/components/roadmap/Timeline.tsx b/client/components/roadmap/Timeline.tsx index 365edbff..037d0386 100644 --- a/client/components/roadmap/Timeline.tsx +++ b/client/components/roadmap/Timeline.tsx @@ -94,11 +94,11 @@ export default function Timeline({
-
+
-
+
{phases.map((p, idx) => ( -
+
{/* Phase header */}
{(() => { @@ -127,7 +127,7 @@ export default function Timeline({ onClick={() => onToggleClaim?.(e.id)} title={e.title} > -
+
{e.claimed ? ( ) : (