From 95f63b620e204f2374aa9a1d440b0c862d3c625e Mon Sep 17 00:00:00 2001 From: Kuchenpirat Date: Tue, 3 Jun 2025 13:01:06 +0000 Subject: [PATCH] fix ingredient note being larger than the rest of the text-fields --- frontend/components/Domain/Recipe/RecipeIngredientEditor.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/components/Domain/Recipe/RecipeIngredientEditor.vue b/frontend/components/Domain/Recipe/RecipeIngredientEditor.vue index 5d5d41659..3d574a20e 100644 --- a/frontend/components/Domain/Recipe/RecipeIngredientEditor.vue +++ b/frontend/components/Domain/Recipe/RecipeIngredientEditor.vue @@ -132,6 +132,7 @@ density="compact" variant="solo" :placeholder="$t('recipe.notes')" + class="mb-auto" @click="$emit('clickIngredientField', 'note')" >