From d39e58196fbf14ca8237b4b623d96317694fca1f Mon Sep 17 00:00:00 2001 From: Huarch Date: Wed, 19 Aug 2026 17:21:41 +0800 Subject: [PATCH] fix: tighten timeline lane spacing --- .../workbench/operational-timeline/operational-timeline.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/features/workbench/operational-timeline/operational-timeline.tsx b/src/features/workbench/operational-timeline/operational-timeline.tsx index 5b97034..a711a23 100644 --- a/src/features/workbench/operational-timeline/operational-timeline.tsx +++ b/src/features/workbench/operational-timeline/operational-timeline.tsx @@ -168,16 +168,16 @@ export function OperationalTimeline({ {mode === "expanded" || mobile ? ( -
+
{LANES.map((lane) => ( - + {lane.label} ))}