Skip to content

Commit

Permalink
fix: proper list image display on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
LeBenLeBen committed Nov 4, 2023
1 parent c497459 commit cf693fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/RecipeListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:image="recipe.image"
width="200"
height="150"
class="flex-shrink-0 w-1/3 sm:w-auto bg-alt-200 bg-opacity-75"
class="flex flex-shrink-0 w-1/3 sm:w-auto bg-alt-200 bg-opacity-75"
/>

<div class="flex flex-col py-3 px-4 sm:px-5 lg:py-5 lg:px-6 w-full">
Expand Down

0 comments on commit cf693fc

Please sign in to comment.