From 56d306372b8676fd3c0b6fef66e888922499ce26 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Wed, 19 Oct 2022 15:19:11 +0200 Subject: [PATCH] fix: scope ListGantt styles --- src/views/list/ListGantt.vue | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/views/list/ListGantt.vue b/src/views/list/ListGantt.vue index 48159840d..9534968c6 100644 --- a/src/views/list/ListGantt.vue +++ b/src/views/list/ListGantt.vue @@ -125,7 +125,7 @@ const flatPickerConfig = computed(() => ({ })) - \ No newline at end of file