Skip to content

Commit

Permalink
fix: RecipeActionMenu location (#4835)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuchenpirat authored Jan 6, 2025
1 parent 288bb65 commit 932473d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:logged-in="isOwnGroup"
:open="isEditMode"
:recipe-id="recipe.id"
class="ml-auto mt-n8 pb-4"
class="ml-auto mt-n2 pb-4"
@close="setMode(PageMode.VIEW)"
@json="toggleEditMode()"
@edit="setMode(PageMode.EDIT)"
Expand Down

0 comments on commit 932473d

Please sign in to comment.