From f25147d09c53297b39e92306eb371d3a4b1973fd Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 2 Apr 2026 18:55:02 +0200 Subject: [PATCH] fix(gantt): ensure chart container fills viewport width for narrow date ranges Adds min-inline-size: 100% to .gantt-container so the scrollable area never appears narrower than the card width, even with short date ranges. Ref #2337 --- frontend/src/components/gantt/GanttChart.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/gantt/GanttChart.vue b/frontend/src/components/gantt/GanttChart.vue index 9dd96f17c..989bd400a 100644 --- a/frontend/src/components/gantt/GanttChart.vue +++ b/frontend/src/components/gantt/GanttChart.vue @@ -751,6 +751,7 @@ onUnmounted(() => {