FIX: removes blank spacing in message actions (#30697)

This is a regression of https://github.com/discourse/discourse/pull/28277
This commit is contained in:
Joffrey JAFFEUX
2025-01-10 17:34:22 +01:00
committed by GitHub
parent 85f7778563
commit 6a50b3d4b4

View File

@@ -29,6 +29,7 @@
.reply-btn,
.chat-message-thread-btn,
.bookmark-btn {
margin-right: -1px;
padding: 0.5em 0;
width: 2.5em;