From c1cde1696689eef293b1c39fb31e8ab985be6145 Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Fri, 12 May 2023 15:46:22 +0200 Subject: [PATCH] FIX: Thread reply indicator overflow (#21529) In some cases the thread reply count indicator (e.g. 433 replies) would wrap to the next line. --- .../stylesheets/common/chat-message-thread-indicator.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/chat/assets/stylesheets/common/chat-message-thread-indicator.scss b/plugins/chat/assets/stylesheets/common/chat-message-thread-indicator.scss index 4309c83ca81..eb4d4d7ab39 100644 --- a/plugins/chat/assets/stylesheets/common/chat-message-thread-indicator.scss +++ b/plugins/chat/assets/stylesheets/common/chat-message-thread-indicator.scss @@ -15,8 +15,6 @@ &__replies-count { color: var(--primary-medium); font-size: var(--font-down-1); - max-width: 60px; - flex: 1; } &__view-thread {