From 1f5862ca03a949acdbcbf32de74edc4bb522e549 Mon Sep 17 00:00:00 2001 From: Kuchenpirat Date: Tue, 3 Jun 2025 12:20:58 +0000 Subject: [PATCH] fix recipe instructions text sizing and sheet paddings --- .../RecipePageParts/RecipePageInstructions.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue index eaafc9c6d..07632fdd1 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue @@ -144,7 +144,8 @@ @@ -175,7 +176,7 @@ @click="toggleDisabled(index)" > -
+
>> input { + font-size: 1.5rem; +}