From 6a50b3d4b44ff4338d729ac4cc4af88424ac3995 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Fri, 10 Jan 2025 17:34:22 +0100 Subject: [PATCH] FIX: removes blank spacing in message actions (#30697) This is a regression of https://github.com/discourse/discourse/pull/28277 --- plugins/chat/assets/stylesheets/common/chat-message-actions.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/chat/assets/stylesheets/common/chat-message-actions.scss b/plugins/chat/assets/stylesheets/common/chat-message-actions.scss index e876ae52fe5..033f290edac 100644 --- a/plugins/chat/assets/stylesheets/common/chat-message-actions.scss +++ b/plugins/chat/assets/stylesheets/common/chat-message-actions.scss @@ -29,6 +29,7 @@ .reply-btn, .chat-message-thread-btn, .bookmark-btn { + margin-right: -1px; padding: 0.5em 0; width: 2.5em;