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:
parent
bf0213bbc7
commit
6bd334d74b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user