From 01cf7edef49a004deb138ee5438df4896f7e1172 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Wed, 22 May 2024 17:30:04 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=90=EC=A4=84=EC=9E=84=20=EB=B6=80?= =?UTF-8?q?=EB=B6=84=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EB=B3=80=EA=B2=BD?= =?UTF-8?q?=EA=B1=B4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/TItemCard/TItemCard.module.less | 8 ++------ .../src/components/TabLayout/TabItem.module.less | 1 - .../src/components/TabLayout/TabItemSub.module.less | 1 - 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less index 36c1ce72..7f450248 100644 --- a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less +++ b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less @@ -55,7 +55,7 @@ font-size: 24px; color: @COLOR_GRAY06; .elip(@clamp:2); - word-break: break-all; + overflow: hidden; } @@ -67,7 +67,6 @@ &.offerInfo { overflow: hidden; .elip(@clamp:1); - word-break: break-all; } &.priceInfo { @@ -84,7 +83,6 @@ > strong { overflow: hidden; .elip(@clamp:1); - word-break: break-all; } } } @@ -155,7 +153,7 @@ font-size: 24px; color: @COLOR_GRAY06; .elip(@clamp:2); - word-break: break-all; + overflow: hidden; } @@ -168,7 +166,6 @@ &.offerInfo { overflow: hidden; .elip(@clamp:1); - word-break: break-all; } &.priceInfo { @@ -185,7 +182,6 @@ > strong { overflow: hidden; .elip(@clamp:1); - word-break: break-all; } } } diff --git a/com.twin.app.shoptime/src/components/TabLayout/TabItem.module.less b/com.twin.app.shoptime/src/components/TabLayout/TabItem.module.less index 4ae497af..225e049c 100644 --- a/com.twin.app.shoptime/src/components/TabLayout/TabItem.module.less +++ b/com.twin.app.shoptime/src/components/TabLayout/TabItem.module.less @@ -80,7 +80,6 @@ line-height: 1.2; padding-left: 12px; font-weight: bold; - word-break: break-all; position: relative; z-index: 2; diff --git a/com.twin.app.shoptime/src/components/TabLayout/TabItemSub.module.less b/com.twin.app.shoptime/src/components/TabLayout/TabItemSub.module.less index b82336ad..2f807081 100644 --- a/com.twin.app.shoptime/src/components/TabLayout/TabItemSub.module.less +++ b/com.twin.app.shoptime/src/components/TabLayout/TabItemSub.module.less @@ -86,7 +86,6 @@ font-weight: bold; font-size: 30px; width: 248px; - word-break: break-all; } }