1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 20:15:24 +02:00
This commit is contained in:
p0lycarpio 2023-11-24 15:44:46 +01:00
parent fc31ade49e
commit 7fe7a87ff4

View file

@ -1,7 +1,7 @@
<template>
<div>
<!-- Recipe Categories -->
<v-card v-if="recipe.recipeCategory.length > 0 || isEditForm" class="mt-10">
<v-card v-if="recipe.recipeCategory.length > 0 || isEditForm" :class="{'mt-10': !isEditForm}">
<v-card-title class="py-2">
{{ $t("recipe.categories") }}
</v-card-title>