From 39572aa04c25fbd5489f945e5bb53ab3adba4ec1 Mon Sep 17 00:00:00 2001 From: nntrivi2001 Date: Fri, 14 Aug 2026 17:08:09 +0700 Subject: [PATCH] fix(workspace): stop the pipeline map from overflowing the detail panel The lane-detail section is a flex-1 row item next to the lane list, but lacked min-w-0. A flex item's intrinsic min-width defaults to its content size, so PipelineMap's 16-node row (which relies on flex-1 min-w-0 truncate per node to shrink) pushed the whole panel wider than its allotted space instead of compressing, spilling nodes off-screen. --- client/src/pages/Workspace.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/src/pages/Workspace.tsx b/client/src/pages/Workspace.tsx index 24a1ab3..ad05b50 100644 --- a/client/src/pages/Workspace.tsx +++ b/client/src/pages/Workspace.tsx @@ -537,7 +537,10 @@ export function Workspace() { {/* The selected lane's pipeline — the thing you actually come to this page to read, beside the list rather than stacked under it. */} {currentLane && ( -
+
{tLanes("laneHeader", {