diff --git a/wp-admin/css/site-health.css b/wp-admin/css/site-health.css
index 520d276c43..f36f159b78 100644
|
a
|
b
|
|
| 10 | 10 | margin: 1rem 0.8rem; |
| 11 | 11 | font-size: 23px; |
| 12 | 12 | padding: 9px 0 4px 0; |
| 13 | | line-height: 29px; |
| | 13 | line-height: 1.3; |
| 14 | 14 | } |
| 15 | 15 | |
| 16 | 16 | .health-check-body h2 { |
| … |
… |
|
| 58 | 58 | margin-top: -40px; |
| 59 | 59 | margin-left: -40px; |
| 60 | 60 | border-radius: 100%; |
| 61 | | line-height: 80px; |
| | 61 | line-height: 6.3; |
| 62 | 62 | font-size: 2em; |
| 63 | 63 | } |
| 64 | 64 | |
| … |
… |
|
| 211 | 211 | .site-health-copy-buttons .success.visible { |
| 212 | 212 | display: inline-block; |
| 213 | 213 | height: 28px; |
| 214 | | line-height: 28px; |
| | 214 | line-height: 2.2; |
| 215 | 215 | } |
| 216 | 216 | |
| 217 | 217 | .site-status-has-issues.hide { |