mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	fix
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user