From 6d4b51648342980cb37836f6bb277ee32fc99a9b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 9 Dec 2019 16:18:20 +0000 Subject: [PATCH] Bundled Themes: Misaligned input placeholder text Twenty Twenty. This fixes placeholder misalignment in Firefox when a `height` is added as an inline style to the input field. Props aljullu, subratamal, ianbelanger. Merges [46851], [46854] to the 5.3 branch. Fixes #48876. git-svn-id: https://develop.svn.wordpress.org/branches/5.3@46855 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentytwenty/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css index e1e1be4555..7b26b9b77e 100644 --- a/src/wp-content/themes/twentytwenty/style.css +++ b/src/wp-content/themes/twentytwenty/style.css @@ -816,7 +816,7 @@ input:-ms-input-placeholder { } input::-moz-placeholder { - line-height: normal; + line-height: revert; /* Reset to the value from the user-agent stylesheet. */ } input[type="search"]::-webkit-search-decoration,