From f6a1b5f4eb5c70bf160f9ab74e6170735de0cd63 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ars=C3=A8ne=20Reymond?=
<66876397+p0lycarpio@users.noreply.github.com>
Date: Fri, 19 Sep 2025 19:38:29 +0200
Subject: [PATCH] fix: ingredient linker and instructions titles (#6146)
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
---
frontend/assets/main.css | 2 +-
.../Domain/Recipe/RecipeIngredientHtml.vue | 41 ++++-
.../RecipePageInstructions.vue | 157 ++++++++++--------
3 files changed, 121 insertions(+), 79 deletions(-)
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 @@
-
-
+
- {{ title }}
-
-