From 3e73c9339ed1ab942181dafb39ba6069d26b0084 Mon Sep 17 00:00:00 2001 From: Git'Fellow <12234510+solracsf@users.noreply.github.com> Date: Tue, 20 Sep 2022 12:27:40 +0200 Subject: [PATCH] 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> --- .../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 9aed9b63b3eee..522794a832d78 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;