Skip to content

Commit

Permalink
/profile: fix review items styling
Browse files Browse the repository at this point in the history
  • Loading branch information
khanghy2130 committed Oct 16, 2024
1 parent eb43189 commit a08469c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/profile/reviews/ReviewItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ export default function ReviewItem({ review }: Props) {
</div>
</div>

<div className="flex overflow-hidden px-3 py-2">
<div className="flex flex-col items-start overflow-auto">
<div className="flex flex-grow overflow-hidden px-3 py-2">
<div className="flex w-full flex-col items-start overflow-auto">
{/* Product title */}
<Link
to={`/product/${review.product_id}`}
Expand Down

0 comments on commit a08469c

Please sign in to comment.