diff --git a/components/calendar/input/EventCategories.vue b/components/calendar/input/EventCategories.vue index 275c49a..13b42fc 100644 --- a/components/calendar/input/EventCategories.vue +++ b/components/calendar/input/EventCategories.vue @@ -50,7 +50,7 @@ const filteredCategories = computed(() => - + {{ model.name }} - + :collision-padding="50" class="w-fit h-[33vh] p-0" > - + {{ $t('entity.category.notFoundAny') }} diff --git a/components/calendar/input/MonthList.vue b/components/calendar/input/MonthList.vue index 2e57048..e4954df 100644 --- a/components/calendar/input/MonthList.vue +++ b/components/calendar/input/MonthList.vue @@ -91,7 +91,7 @@ useSortable(monthSortableList, model.value, { animation: 150, handle: ".handle" />
- +
@@ -103,7 +103,7 @@ useSortable(monthSortableList, model.value, { animation: 150, handle: ".handle"