diff --git a/src/wp-admin/css/site-health.css b/src/wp-admin/css/site-health.css
index 93e90a6cfd..063da54518 100644
a
|
b
|
|
389 | 389 | position: absolute; |
390 | 390 | visibility: visible; |
391 | 391 | float: none; |
392 | | margin: 0 4px; |
| 392 | margin: -2px 4px; |
393 | 393 | } |
394 | 394 | |
395 | 395 | @media screen and (max-width: 782px) { |
… |
… |
|
407 | 407 | margin-left: 10px; |
408 | 408 | } |
409 | 409 | |
410 | | .health-check-accordion-trigger .title { |
| 410 | .health-check-status-tab .health-check-accordion-trigger .title { |
411 | 411 | display: block; |
412 | 412 | margin-bottom: 1em; |
413 | 413 | } |
414 | 414 | |
415 | | .health-check-accordion-trigger .badge { |
| 415 | .health-check-status-tab .health-check-accordion-trigger .badge { |
416 | 416 | float: left; |
417 | 417 | margin: 0; |
418 | 418 | } |
diff --git a/src/wp-admin/site-health.php b/src/wp-admin/site-health.php
index 2c5962675e..584077b3b1 100644
a
|
b
|
require_once( ABSPATH . 'wp-admin/admin-header.php' ); |
67 | 67 | <p><?php _e( 'The Site Health check requires JavaScript.' ); ?></p> |
68 | 68 | </div> |
69 | 69 | |
70 | | <div class="health-check-body hide-if-no-js"> |
| 70 | <div class="health-check-body health-check-status-tab hide-if-no-js"> |
71 | 71 | <div class="site-status-all-clear hide"> |
72 | 72 | <p class="icon"> |
73 | 73 | <span class="dashicons dashicons-yes"></span> |