From b12cf08c5764d07f46d1509df11cabd3c639e931 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Mon, 27 Aug 2018 16:38:57 +0200 Subject: [PATCH] minor css tweak --- app/assets/stylesheets/common/base/topic-post.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 88e1a66af29..ad27e35ef6b 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -385,8 +385,7 @@ aside.quote { .remove-invited { display: flex; - height: 100%; - padding: 0 0.5em; + flex: 1; align-items: center; justify-content: center; box-sizing: border-box;