From 3bd0a2ad91869533897d04d1182427ec85180bf0 Mon Sep 17 00:00:00 2001 From: Devin Binnie <52460000+devinbinnie@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:44:46 -0400 Subject: [PATCH] [MM-64639] Fix styling on thread item header (#31807) --- .../threading/global_threads/thread_item/thread_item.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/channels/src/components/threading/global_threads/thread_item/thread_item.scss b/webapp/channels/src/components/threading/global_threads/thread_item/thread_item.scss index fbdbef77eb..27d0fcd15a 100644 --- a/webapp/channels/src/components/threading/global_threads/thread_item/thread_item.scss +++ b/webapp/channels/src/components/threading/global_threads/thread_item/thread_item.scss @@ -105,7 +105,7 @@ place-content: center; } - > header { + > .thread-item-header { position: relative; display: grid; margin: 0 0 6px;