diff --git a/apps/settings/src/components/PersonalInfo/ProfileSection/ProfilePreviewCard.vue b/apps/settings/src/components/PersonalInfo/ProfileSection/ProfilePreviewCard.vue index 4cc0d50346a..2bdcfc8df68 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-all; + word-break: break-word; @supports (-webkit-line-clamp: 2) { display: -webkit-box;