diff --git a/cookbook/templates/forms/edit_internal_recipe.html b/cookbook/templates/forms/edit_internal_recipe.html index d8f017ba6..d50fdaaf0 100644 --- a/cookbook/templates/forms/edit_internal_recipe.html +++ b/cookbook/templates/forms/edit_internal_recipe.html @@ -20,6 +20,7 @@ .small-padding { padding-left: 2px; padding-right: 2px; + margin-top: 2px; } .break-column { @@ -120,60 +121,64 @@ style="margin-top: 8px">
-
-
+
+
-
- + +
+
+ +
+ +
+ + + +
+
+ + +
+
+ +
-
- - - -
-
- - -
-
- -
-
-
@@ -282,7 +287,7 @@ this.sortStep(step) }, removeIngredient: function (step, ingredient) { - if (confirm('{% trans 'Do you really want to remove this ingredient ?' %}')) { + if (confirm('{% trans 'Are you sure that you want to delete this ingredient?' %}')) { step.ingredients = step.ingredients.filter(item => item !== ingredient) }