Skip to content

Commit

Permalink
Col flex recipe actions for all sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed Feb 3, 2024
1 parent dd2b10a commit 9aea911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/recipes/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class="m-1 bg-gray-200 rounded-full px-2 leading-loose cursor-default">{{ $tag->
</div>
</div>
</div>
<section class="flex flex-row space-x-2 justify-around md:flex-col md:space-y-2 md:space-x-0">
<section class="flex flex-col space-y-2">
<x-log-journalable :journalable="$recipe"></x-log-journalable>
<x-button-link.gray href="{{ route('recipes.edit', $recipe) }}">
Edit Recipe
Expand Down

0 comments on commit 9aea911

Please sign in to comment.