CSS Coding Standards: Use unitless values for `line-height` in `wp-includes/css/customize-preview.css`.

Props ianbelanger, pbiron, afercia.
Fixes #46520. See #44643.

git-svn-id: https://develop.svn.wordpress.org/trunk@45470 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-05-30 12:33:13 +00:00
parent bf0213bbc7
commit 6bd334d74b
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
height: 30px;
min-width: 30px;
min-height: 30px;
line-height: 1em !important;
line-height: 1 !important;
font-size: 18px;
z-index: 5;
background: #0085ba !important;