Skip to content

Commit

Permalink
add padding to drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
cmintey committed Oct 30, 2024
1 parent 5b7117b commit 90c4653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/wishlists/ItemDrawer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</span>
</div>
<p class="whitespace-pre-wrap">{item.note}</p>
<div class="flex flex-row justify-between">
<div class="flex flex-row justify-between pb-4">
<ClaimButtons
{item}
{onPublicList}
Expand Down

0 comments on commit 90c4653

Please sign in to comment.