From c819c96c314e23627e89b24079664246c1216798 Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Thu, 15 Jun 2023 16:05:06 +1000 Subject: [PATCH] FIX: Minor thread indicator issue (#22128) * Set a line height for the last reply excerpt so the height does not jump when including an emoji --- .../assets/stylesheets/common/chat-message-thread-indicator.scss | 1 + 1 file changed, 1 insertion(+) 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 eddb3b6018..4248998b2c 100644 --- a/plugins/chat/assets/stylesheets/common/chat-message-thread-indicator.scss +++ b/plugins/chat/assets/stylesheets/common/chat-message-thread-indicator.scss @@ -53,6 +53,7 @@ &__last-reply-excerpt { @include ellipsis; + line-height: 1.8rem; } &__body {