Make WordPress Core

Ticket #46939: 46939.1.diff

File 46939.1.diff, 509 bytes (added by chetan200891, 6 years ago)

Updated patch to fix spacing between accordion title and badge for small devices.

  • src/wp-admin/css/site-health.css

    diff --git a/src/wp-admin/css/site-health.css b/src/wp-admin/css/site-health.css
    index 75d6574fe3..8be75546f9 100644
    a b  
    405405                margin-right: 10px;
    406406                margin-left: 10px;
    407407        }
     408
     409        .wp-core-ui .button.site-health-view-passed {
     410                line-height: 26px;
     411        }
     412
     413        .site-health-issues-wrapper .title {
     414                margin-bottom: 0.5rem;
     415        }
    408416}
    409417
    410418/* The breakpoint is usually at 960px, the additional space is to allow for the margin. */