From a98d1b7790d73c51b2be9914b2d9afd071f1b2fe Mon Sep 17 00:00:00 2001 From: Mohammed Al-yaseen Date: Wed, 24 Dec 2025 23:08:30 +0300 Subject: [PATCH] cart: fix description text height --- src/pages/cart/components/CartMobileTabletLayout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/cart/components/CartMobileTabletLayout.tsx b/src/pages/cart/components/CartMobileTabletLayout.tsx index 4c8f488..607e176 100644 --- a/src/pages/cart/components/CartMobileTabletLayout.tsx +++ b/src/pages/cart/components/CartMobileTabletLayout.tsx @@ -178,10 +178,10 @@ export default function CartMobileTabletLayout({ overflowWrap: "break-word", lineHeight: "1.4", maxHeight: isMobile - ? "2.8em" + ? "3em" : isTablet - ? "4.8em" - : "6.8em", + ? "5em" + : "7em", fontWeight: 500, letterSpacing: "0.01em", width: "55%",