diff --git a/plugins/chat/assets/stylesheets/common/chat-channel-preview-card.scss b/plugins/chat/assets/stylesheets/common/chat-channel-preview-card.scss index f59c30e85d1..557498e04e2 100644 --- a/plugins/chat/assets/stylesheets/common/chat-channel-preview-card.scss +++ b/plugins/chat/assets/stylesheets/common/chat-channel-preview-card.scss @@ -16,6 +16,8 @@ &__description { color: var(--primary-600); text-align: center; + overflow-wrap: break-word; + max-width: 100%; } .chat-channel-title__name {