]> source.dussan.org Git - nextcloud-server.git/commitdiff
Show long nomes correctly on profile card
authorGit'Fellow <12234510+solracsf@users.noreply.github.com>
Fri, 16 Sep 2022 17:15:53 +0000 (19:15 +0200)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Fri, 23 Sep 2022 17:05:37 +0000 (17:05 +0000)
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
apps/settings/src/components/PersonalInfo/ProfileSection/ProfilePreviewCard.vue

index 4cc0d50346a9d34ca19843886a6f4ef416f8a045..2bdcfc8df68483e56048f50f0be80b02c43aa960 100644 (file)
@@ -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;