From 73eab6c5b5bfe0d72393ab378cce77ad5cbb59b6 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