summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorGit'Fellow <12234510+solracsf@users.noreply.github.com>2022-09-16 19:15:53 +0200
committerChristopher Ng <chrng8@gmail.com>2022-09-21 17:50:59 +0000
commit6fc810ab98c2262fdefa04c780f56fc83e15e2dd (patch)
tree6dad2747815f73c38aa8e3005a23c2f256511693 /apps
parent3f2c315588c059983b9eadb2e3191bfbd8a749f4 (diff)
downloadnextcloud-server-6fc810ab98c2262fdefa04c780f56fc83e15e2dd.tar.gz
nextcloud-server-6fc810ab98c2262fdefa04c780f56fc83e15e2dd.zip
Show long nomes correctly on profile card
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>
Diffstat (limited to 'apps')
-rw-r--r--apps/settings/src/components/PersonalInfo/ProfileSection/ProfilePreviewCard.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/PersonalInfo/ProfileSection/ProfilePreviewCard.vue b/apps/settings/src/components/PersonalInfo/ProfileSection/ProfilePreviewCard.vue
index 586557e82a2..9aed9b63b3e 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;