diff --git a/plugins/chat/assets/stylesheets/common/chat-message-info.scss b/plugins/chat/assets/stylesheets/common/chat-message-info.scss index 76968afb8dd..f7c40db33a6 100644 --- a/plugins/chat/assets/stylesheets/common/chat-message-info.scss +++ b/plugins/chat/assets/stylesheets/common/chat-message-info.scss @@ -11,6 +11,9 @@ & + .chat-message-info__bot-indicator, & + .chat-message-info__date { margin-left: 0.25em; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } }