From aa6c3d85a7d3ae6d3c138a9418cf22551e06fe66 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 2 Mar 2026 13:44:13 +0100 Subject: [PATCH] fix(gantt): clamp collapse chevron x position to prevent negative offset --- frontend/src/components/gantt/GanttRowBars.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/gantt/GanttRowBars.vue b/frontend/src/components/gantt/GanttRowBars.vue index 3fb9bf22b..6efb4b523 100644 --- a/frontend/src/components/gantt/GanttRowBars.vue +++ b/frontend/src/components/gantt/GanttRowBars.vue @@ -12,7 +12,7 @@