CSS Coding Standards: Use unitless values for `line-height` in `wp-admin/css/site-health.css`.
Props mukesh27, ianbelanger, pbiron, afercia. Fixes #46760. See #44643. Built from https://develop.svn.wordpress.org/trunk@45128 git-svn-id: http://core.svn.wordpress.org/trunk@44937 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7639acc7b7
commit
7eecc96e2d
|
@ -10,7 +10,7 @@
|
|||
margin: 1rem 0.8rem;
|
||||
font-size: 23px;
|
||||
padding: 9px 0 4px 0;
|
||||
line-height: 29px;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.health-check-body h2 {
|
||||
|
@ -58,7 +58,7 @@
|
|||
margin-top: -40px;
|
||||
margin-right: -40px;
|
||||
border-radius: 100%;
|
||||
line-height: 80px;
|
||||
line-height: 6.3;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
|
@ -211,7 +211,7 @@
|
|||
.site-health-copy-buttons .success.visible {
|
||||
display: inline-block;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
line-height: 2.2;
|
||||
}
|
||||
|
||||
.site-status-has-issues.hide {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -10,7 +10,7 @@
|
|||
margin: 1rem 0.8rem;
|
||||
font-size: 23px;
|
||||
padding: 9px 0 4px 0;
|
||||
line-height: 29px;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.health-check-body h2 {
|
||||
|
@ -58,7 +58,7 @@
|
|||
margin-top: -40px;
|
||||
margin-left: -40px;
|
||||
border-radius: 100%;
|
||||
line-height: 80px;
|
||||
line-height: 6.3;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
|
@ -211,7 +211,7 @@
|
|||
.site-health-copy-buttons .success.visible {
|
||||
display: inline-block;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
line-height: 2.2;
|
||||
}
|
||||
|
||||
.site-status-has-issues.hide {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.2-beta1-45127';
|
||||
$wp_version = '5.2-beta1-45128';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue