From: Git'Fellow <12234510+solracsf@users.noreply.github.com> Date: Fri, 16 Sep 2022 17:15:53 +0000 (+0200) Subject: Show long nomes correctly on profile card X-Git-Tag: v24.0.6rc1~4^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1923ecff496c13cf60756d6c2dae83ec6706101b;p=nextcloud-server.git 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 --- 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;