Skip to content

Commit

Permalink
style: added height to list price, price and installments
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriassuncx committed Jul 24, 2024
1 parent e4841ed commit 7175b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/product/ProductCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function ProductCard({
""
)
: (
<div class="flex w-full items-center justify-between gap-2">
<div class="flex w-full items-center justify-between gap-2 h-8">
{!isUnavailable && (
<div class="flex flex-col gap-0.5">
{(listPrice ?? 0) > (price ?? 0) && (
Expand Down

0 comments on commit 7175b55

Please sign in to comment.