From 1923ecff496c13cf60756d6c2dae83ec6706101b Mon Sep 17 00:00:00 2001 From: Git'Fellow <12234510+solracsf@users.noreply.github.com> Date: Fri, 16 Sep 2022 19:15:53 +0200 Subject: [PATCH] Show long nomes correctly on profile card Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Signed-off-by: nextcloud-command Signed-off-by: Christopher Ng --- .../PersonalInfo/ProfileSection/ProfilePreviewCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5