mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	feat: Added serving size to print view (#3796)
Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
This commit is contained in:
		| @@ -30,6 +30,9 @@ | ||||
|     <!-- Ingredients --> | ||||
|     <section> | ||||
|       <v-card-title class="headline pl-0"> {{ $t("recipe.ingredients") }} </v-card-title> | ||||
|       <div class="font-italic px-0 py-0"> | ||||
|         <SafeMarkdown :source="recipe.recipeYield" /> | ||||
|       </div> | ||||
|       <div | ||||
|         v-for="(ingredientSection, sectionIndex) in ingredientSections" | ||||
|         :key="`ingredient-section-${sectionIndex}`" | ||||
| @@ -88,7 +91,6 @@ | ||||
|     <div v-if="preferences.showNutrition"> | ||||
|       <v-card-title class="headline pl-0"> {{ $t("recipe.nutrition") }} </v-card-title> | ||||
|  | ||||
|  | ||||
|       <section> | ||||
|         <div class="print-section"> | ||||
|           <table class="nutrition-table"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user