From c69e5e7b383321ccfb147366ae0a711c40fa0cbc Mon Sep 17 00:00:00 2001 From: LuisMSuarez <140195810+LuisMSuarez@users.noreply.github.com> Date: Sat, 1 Nov 2025 16:48:31 -0700 Subject: [PATCH] Update ReviewList container styling Changed the root div in ReviewList to use flex layout and set width to three-quarters for improved UI alignment. --- packages/client/src/components/reviews/ReviewList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/components/reviews/ReviewList.tsx b/packages/client/src/components/reviews/ReviewList.tsx index b875275..e90207d 100644 --- a/packages/client/src/components/reviews/ReviewList.tsx +++ b/packages/client/src/components/reviews/ReviewList.tsx @@ -46,7 +46,7 @@ const ReviewList = ({ productId }: Props) => { } return ( -
+
{getReviewsQuery.data?.summary ? (

{getReviewsQuery.data?.summary}