cart: fix description text height

This commit is contained in:
2025-12-24 23:08:30 +03:00
parent c84168cec5
commit a98d1b7790

View File

@@ -178,10 +178,10 @@ export default function CartMobileTabletLayout({
overflowWrap: "break-word", overflowWrap: "break-word",
lineHeight: "1.4", lineHeight: "1.4",
maxHeight: isMobile maxHeight: isMobile
? "2.8em" ? "3em"
: isTablet : isTablet
? "4.8em" ? "5em"
: "6.8em", : "7em",
fontWeight: 500, fontWeight: 500,
letterSpacing: "0.01em", letterSpacing: "0.01em",
width: "55%", width: "55%",