From c10d7432c65a82202612aa9115f9e1d65fda643d Mon Sep 17 00:00:00 2001 From: Scar Ai Date: Mon, 11 Dec 2023 17:05:50 +0800 Subject: [PATCH] CXSPA-5564: fix long name and email --- .../profile/styles/my-account-v2/_my-account-v2-email.scss | 3 +++ .../profile/styles/my-account-v2/_my-account-v2-profile.scss | 3 +++ 2 files changed, 6 insertions(+) diff --git a/feature-libs/user/profile/styles/my-account-v2/_my-account-v2-email.scss b/feature-libs/user/profile/styles/my-account-v2/_my-account-v2-email.scss index 02253e35221..ade8d5b46a8 100644 --- a/feature-libs/user/profile/styles/my-account-v2/_my-account-v2-email.scss +++ b/feature-libs/user/profile/styles/my-account-v2/_my-account-v2-email.scss @@ -23,6 +23,9 @@ .email-enhancedUI-value { font-weight: var(--cx-font-weight-normal); color: $dark; + text-overflow:ellipsis; + overflow:hidden; + white-space:nowrap; } .email-enhancedUI-button { diff --git a/feature-libs/user/profile/styles/my-account-v2/_my-account-v2-profile.scss b/feature-libs/user/profile/styles/my-account-v2/_my-account-v2-profile.scss index fa0c33e9689..0b2c298536a 100644 --- a/feature-libs/user/profile/styles/my-account-v2/_my-account-v2-profile.scss +++ b/feature-libs/user/profile/styles/my-account-v2/_my-account-v2-profile.scss @@ -23,6 +23,9 @@ .myaccount-enhancedUI-value { font-weight: var(--cx-font-weight-normal); color: $dark; + text-overflow:ellipsis; + overflow:hidden; + white-space:nowrap; } .myaccount-enhancedUI-button {