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:
@@ -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 {
|
||||
|
||||
2
wp-admin/css/site-health-rtl.min.css
vendored
2
wp-admin/css/site-health-rtl.min.css
vendored
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 {
|
||||
|
||||
2
wp-admin/css/site-health.min.css
vendored
2
wp-admin/css/site-health.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user