From 478e738bfd015125e8908a84c492feb4b791a87a Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Fri, 6 Oct 2023 20:07:52 +0200 Subject: [PATCH] UX: keep timestamp on single line (#23819) --- plugins/chat/assets/stylesheets/common/chat-message-info.scss | 3 +++ 1 file changed, 3 insertions(+) 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; } }