Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorGit'Fellow <12234510+solracsf@users.noreply.github.com>2022-09-20 13:27:40 +0300
committerChristopher Ng <chrng8@gmail.com>2022-09-21 20:59:56 +0300
commit7518917aa906b71b1d279d1d5ffbba378bed15ed (patch)
tree7ea7e96a6daa5b0efe850ac4f8bd502b9ceb811c /apps
parent6fc810ab98c2262fdefa04c780f56fc83e15e2dd (diff)
Switch to overflow-wrap
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.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 9aed9b63b3e..522794a832d 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-word;
+ overflow-wrap: anywhere;
@supports (-webkit-line-clamp: 2) {
display: -webkit-box;