From 4154cb7762757bf33609ecb08db980ddf7e366b7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 30 May 2019 12:40:59 +0000 Subject: [PATCH] CSS Coding Standards: Use unitless values for `line-height` in `wp-includes/css/wp-pointer.css`. Props ianbelanger, pbiron, afercia. Fixes #46525. See #44643. git-svn-id: https://develop.svn.wordpress.org/trunk@45475 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/wp-pointer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/css/wp-pointer.css b/src/wp-includes/css/wp-pointer.css index 8048847961..09acb8622f 100644 --- a/src/wp-includes/css/wp-pointer.css +++ b/src/wp-includes/css/wp-pointer.css @@ -13,7 +13,7 @@ padding: 15px 18px 14px 60px; border: 1px solid #3592b6; border-bottom: none; - line-height: 1.4em; + line-height: 1.4; font-size: 14px; color: #fff; background: #00a0d2;