From bc6669150dca91f21abbd2bddb64a360284414e2 Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Fri, 3 Jul 2020 12:33:59 +0200 Subject: [PATCH] FIX: Don't set assign button's height (#71) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "we can't use flex for buttons yet" – now we can, and we do! https://github.com/discourse/discourse/commit/e71f5e8951bcffdaac3476d96efaa2232b809a4c Fixes an issue with assign button height in some themes. --- assets/stylesheets/assigns.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/assets/stylesheets/assigns.scss b/assets/stylesheets/assigns.scss index d22513b..eafa680 100644 --- a/assets/stylesheets/assigns.scss +++ b/assets/stylesheets/assigns.scss @@ -81,10 +81,7 @@ } } -// we can't use flex for buttons yet -// so this is an attempt to have a pixel perfection positioning #topic-footer-button-assign { - height: 30px; padding: 0 12px; .d-button-label {