From 7e9cff04c75af1975fe28f1503cd1a5138668147 Mon Sep 17 00:00:00 2001 From: Caleb Roseland Date: Mon, 3 Mar 2025 11:25:56 -0600 Subject: [PATCH] use break-word in profile popover fields (#30366) --- .../src/components/profile_popover/profile_popover.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/channels/src/components/profile_popover/profile_popover.scss b/webapp/channels/src/components/profile_popover/profile_popover.scss index 308181a862..ca712b7b33 100644 --- a/webapp/channels/src/components/profile_popover/profile_popover.scss +++ b/webapp/channels/src/components/profile_popover/profile_popover.scss @@ -201,7 +201,7 @@ $profilePopoverBorderWidth: 1px; font-size: 16px; } } - + .user-popover__custom_attributes { display: flex; flex-direction: column; @@ -218,6 +218,7 @@ $profilePopoverBorderWidth: 1px; .user-popover__subtitle-text { margin: 0; + overflow-wrap: break-word; } }