From 2548b819bef69f3a30beea6090a7c0c8306e8e21 Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Tue, 27 Jun 2023 16:30:15 +0900 Subject: [PATCH] UX: add max-width to thread indicator (#22282) --- .../stylesheets/desktop/chat-message-thread-indicator.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/chat/assets/stylesheets/desktop/chat-message-thread-indicator.scss b/plugins/chat/assets/stylesheets/desktop/chat-message-thread-indicator.scss index 7f53cb2a0cb..57a6fadc01d 100644 --- a/plugins/chat/assets/stylesheets/desktop/chat-message-thread-indicator.scss +++ b/plugins/chat/assets/stylesheets/desktop/chat-message-thread-indicator.scss @@ -1,4 +1,5 @@ .chat-message-thread-indicator { + max-width: 600px; grid-template-areas: "avatar info replies participants" "avatar excerpt excerpt excerpt";