mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-06-07 05:57:41 +00:00
fix safari margin issue
This commit is contained in:
parent
7a40d60979
commit
bb3d4c1826
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ const bought = async (item: WishlistItemType): Promise<void> => {
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="notBoughtItems && notBoughtItems.length > 0"
|
v-if="notBoughtItems && notBoughtItems.length > 0"
|
||||||
class="flex flex-col space-y-14 md:space-y-8 my-10"
|
class="flex flex-col space-y-14 md:space-y-8 py-10"
|
||||||
>
|
>
|
||||||
<WishlistItem
|
<WishlistItem
|
||||||
v-for="(item, index) in notBoughtItems"
|
v-for="(item, index) in notBoughtItems"
|
||||||
|
|
Loading…
Add table
Reference in a new issue