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
This commit is contained in:
Sergey Biryukov 2019-05-30 12:40:59 +00:00
parent cfe0064c7a
commit 4154cb7762
1 changed files with 1 additions and 1 deletions

View File

@ -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;