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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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