From b8583f274d07dfb5f74271e71a6c06dc7e5b47a0 Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Tue, 18 Apr 2023 11:20:25 +0900 Subject: [PATCH] UX: prevent overflow in description (#21124) --- .../assets/stylesheets/common/chat-channel-preview-card.scss | 2 ++ 1 file changed, 2 insertions(+) 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 {