From e7f2a7027db77e2535231afdf79514d93295979d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 30 Jul 2013 00:50:54 +0100 Subject: [PATCH] Make input buttons and link buttons the same height in Firefox Set min-height on the input buttons to work around Firefox ignoring the line height: https://bugzilla.mozilla.org/show_bug.cgi?id=697451#c13. --- app/assets/stylesheets/common.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 85dd1d2c3..b2343795f 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1706,6 +1706,7 @@ a.button { display: inline-block; line-height: 20px; padding: $lineheight/4 $lineheight/2; + min-height: 20px + $lineheight/2; min-width: 120px; margin: 0 0 $lineheight/2 0; color: white; -- 2.43.2