From f38d731b9eb1f772099058ad71115fed9c90fcc9 Mon Sep 17 00:00:00 2001 From: iliya Date: Sat, 28 Mar 2026 21:03:22 +0200 Subject: [PATCH] =?UTF-8?q?fix(graph):=20wider=20task=20pills=20120?= =?UTF-8?q?=E2=86=92160px=20+=20column=20width=20140=E2=86=92180px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/agent-graph/src/constants/canvas-constants.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/agent-graph/src/constants/canvas-constants.ts b/packages/agent-graph/src/constants/canvas-constants.ts index 0dc10cab..1228f389 100644 --- a/packages/agent-graph/src/constants/canvas-constants.ts +++ b/packages/agent-graph/src/constants/canvas-constants.ts @@ -66,7 +66,7 @@ export const NODE = { // ─── Task pill dimensions ─────────────────────────────────────────────────── export const TASK_PILL = { - width: 120, + width: 160, height: 36, borderRadius: 6, statusDotRadius: 4, @@ -234,8 +234,8 @@ export const BACKGROUND = { // ─── Kanban zone layout ───────────────────────────────────────────────────── export const KANBAN_ZONE = { - /** Column width: pill (120) + gap (20) */ - columnWidth: 140, + /** Column width: pill (160) + gap (20) */ + columnWidth: 180, /** Row height: pill (36) + gap (10) */ rowHeight: 46, /** Zone starts this far below member node center */