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; } }