Skip to content

Commit

Permalink
Fix product description being cut off
Browse files Browse the repository at this point in the history
  • Loading branch information
armans-code committed Oct 18, 2024
1 parent 7e7eabe commit 62ad701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/product-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function ProductLink(props: {
/>
</div>
<div className="px-2" />
<div className="flex h-24 flex-grow flex-col items-start py-2">
<div className="h-26 flex flex-grow flex-col items-start py-2">
<div className="text-sm font-medium text-gray-700 group-hover:underline">
{product.name}
</div>
Expand Down

0 comments on commit 62ad701

Please sign in to comment.