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

Props ianbelanger, pbiron, afercia.
Fixes #46520. See #44643.
Built from https://develop.svn.wordpress.org/trunk@45470


git-svn-id: http://core.svn.wordpress.org/trunk@45281 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2019-05-30 12:34:52 +00:00
parent 2a417c2168
commit 8738c23afc
5 changed files with 5 additions and 5 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;