From a3abbe07db7f498ce4b3d0c28c2a04870de3fa61 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Mon, 28 Nov 2022 19:43:36 +0100 Subject: [PATCH] FIX: ensures date/time don't linebreak (#19225) --- plugins/chat/assets/stylesheets/common/common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/chat/assets/stylesheets/common/common.scss b/plugins/chat/assets/stylesheets/common/common.scss index 8f266e29cc1..c238f580abd 100644 --- a/plugins/chat/assets/stylesheets/common/common.scss +++ b/plugins/chat/assets/stylesheets/common/common.scss @@ -463,6 +463,7 @@ $float-height: 530px; &__date { color: var(--primary-high); font-size: var(--font-down-2); + white-space: nowrap; } .chat-channel-unread-indicator {