diff --git a/apps/settings/src/components/PersonalInfo/ProfileSection/ProfilePreviewCard.vue b/apps/settings/src/components/PersonalInfo/ProfileSection/ProfilePreviewCard.vue index 9aed9b63b3eee..522794a832d78 100644 --- a/apps/settings/src/components/PersonalInfo/ProfileSection/ProfilePreviewCard.vue +++ b/apps/settings/src/components/PersonalInfo/ProfileSection/ProfilePreviewCard.vue @@ -148,7 +148,7 @@ export default { left: 78px; overflow: hidden; text-overflow: ellipsis; - word-break: break-word; + overflow-wrap: anywhere; @supports (-webkit-line-clamp: 2) { display: -webkit-box;