From 793085c703608b345f12e94e3b53b7df07e5521e Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Fri, 22 May 2020 15:23:17 +0200 Subject: [PATCH] REFACTOR: slightly cleaner topic admin button css (#9858) --- app/assets/stylesheets/common/base/topic-post.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 55b9063ea79..b55bb190487 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -1017,10 +1017,12 @@ a.mention-group { margin: 0 0.5em 0.5em 0; } - .topic-admin-menu-button-container > span:not(:empty) { + .topic-admin-menu-button-container { display: inline-flex; - margin: 0 0 0.5em 0; - margin-right: 0.5em; + } + + .topic-admin-menu-button-container > span:not(:empty) { + margin: 0 0.5em 0.5em 0; } }