From 06e1d430c1aa84ca5c55ac60cc712f63416e3a44 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Fri, 22 May 2020 17:03:22 +0200 Subject: [PATCH] FIX: better cross browser topic footer buttons alignment (#9860) --- app/assets/stylesheets/common/base/topic-post.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index b55bb190487..48c361c1647 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -1013,8 +1013,15 @@ a.mention-group { flex-wrap: wrap; > .btn { - display: inline-flex; margin: 0 0.5em 0.5em 0; + display: inline-flex; + align-items: center; + + .d-button-label { + display: flex; + flex: 1 0 auto; + align-items: center; + } } .topic-admin-menu-button-container {