From e7f7b81bcc2e3de508f8081e5a67b73cc348f9da Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 30 May 2019 12:36:39 +0000 Subject: [PATCH] CSS Coding Standards: Use unitless values for `line-height` in `wp-includes/css/wp-auth-check.css`. Props ianbelanger, pbiron, afercia. Fixes #46522. See #44643. git-svn-id: https://develop.svn.wordpress.org/trunk@45472 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/wp-auth-check.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/css/wp-auth-check.css b/src/wp-includes/css/wp-auth-check.css index aaee10925b..466260ee67 100644 --- a/src/wp-includes/css/wp-auth-check.css +++ b/src/wp-includes/css/wp-auth-check.css @@ -112,7 +112,7 @@ #wp-auth-check-wrap .wp-auth-fallback { font-size: 14px; - line-height: 21px; + line-height: 1.5; padding: 0 25px; display: none; }