diff --git a/frontend/assets/main.css b/frontend/assets/main.css index 37221ee8d..05572da09 100644 --- a/frontend/assets/main.css +++ b/frontend/assets/main.css @@ -37,7 +37,7 @@ } .handle { - cursor: grab; + cursor: grab !important; } .hidden { diff --git a/frontend/components/Domain/Recipe/RecipeIngredientHtml.vue b/frontend/components/Domain/Recipe/RecipeIngredientHtml.vue index 62d09fad5..4a8eb4060 100644 --- a/frontend/components/Domain/Recipe/RecipeIngredientHtml.vue +++ b/frontend/components/Domain/Recipe/RecipeIngredientHtml.vue @@ -1,15 +1,44 @@ + + diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue index 9b2076b3f..02d3b70e2 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue @@ -34,21 +34,21 @@ {{ $t("recipe.unlinked") }} +

+ {{ title }} +

+ + + + @@ -184,17 +184,17 @@ - -
+ +
- - {{ step.summary ? step.summary : $t("recipe.step-index", { step: index + 1 }) }} - +
+ + +