diff --git a/frontend/src/components/Recipe/Parts/Instructions.vue b/frontend/src/components/Recipe/Parts/Instructions.vue
index 35f5dd66..8bd05a4f 100644
--- a/frontend/src/components/Recipe/Parts/Instructions.vue
+++ b/frontend/src/components/Recipe/Parts/Instructions.vue
@@ -2,74 +2,98 @@
{{ $t("recipe.instructions") }}
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $globals.icons.delete }}
-
- {{ $t("recipe.step-index", { step: index + 1 }) }}
-
- {{ !showTitleEditor[index] ? $t('recipe.insert-section') : $t('recipe.remove-section') }}
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $globals.icons.delete }}
+
+
+ {{ $t("recipe.step-index", { step: index + 1 }) }}
+
+
+
+ {{ $globals.icons.checkboxMarkedCircle }}
+
+
+
+
+ {{ !showTitleEditor[index] ? $t("recipe.insert-section") : $t("recipe.remove-section") }}
+
+ {{ $globals.icons.arrowUpDown }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+