From d2d478a0b535bb23ae730b9d252985abd941f52f Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Thu, 21 May 2020 00:56:38 -0300 Subject: [PATCH] Improve the alignment of the form fields --- src/_Form.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_Form.sass b/src/_Form.sass index ee7254e..9a799f4 100644 --- a/src/_Form.sass +++ b/src/_Form.sass @@ -25,7 +25,7 @@ select box-shadow: none box-sizing: inherit // Forced to replace inherit values of the normalize.css height: 3.8rem - padding: .6rem 1.0rem // The .6rem vertically centers text on FF, ignored by Webkit + padding: .6rem 1.0rem .7rem // This vertically centers text on FF, ignored by Webkit width: 100% &:focus