From a71755e40877e5a806aadd5f58da2d7718f6551e Mon Sep 17 00:00:00 2001 From: Giacomo Rossetto Date: Tue, 3 Oct 2023 11:30:24 +0000 Subject: [PATCH] feat(gantt): implement dynamic sizing on small date ranges (#3750) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3750 Reviewed-by: konrad Co-authored-by: Giacomo Rossetto Co-committed-by: Giacomo Rossetto --- src/components/tasks/GanttChart.vue | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/components/tasks/GanttChart.vue b/src/components/tasks/GanttChart.vue index 154f89385..d536c6467 100644 --- a/src/components/tasks/GanttChart.vue +++ b/src/components/tasks/GanttChart.vue @@ -3,7 +3,7 @@ v-if="props.isLoading && !ganttBars.length || dayjsLanguageLoading" class="gantt-container" /> -
+