mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
fix
This commit is contained in:
parent
fc31ade49e
commit
7fe7a87ff4
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<!-- Recipe Categories -->
|
<!-- 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">
|
<v-card-title class="py-2">
|
||||||
{{ $t("recipe.categories") }}
|
{{ $t("recipe.categories") }}
|
||||||
</v-card-title>
|
</v-card-title>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user