cart: fix description text height
This commit is contained in:
@@ -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%",
|
||||
|
||||
Reference in New Issue
Block a user