Make WordPress Core

Ticket #46939: 46939.2.diff

File 46939.2.diff, 659 bytes (added by afercia, 6 years ago)
  • src/wp-admin/css/site-health.css

     
    288288
    289289.wp-core-ui .button.site-health-view-passed {
    290290        position: relative;
    291         padding: 0 40px 0 20px;
     291        padding-right: 40px;
     292        padding-left: 20px;
    292293}
    293294
    294295.health-check-accordion-trigger:hover,
     
    405406                margin-right: 10px;
    406407                margin-left: 10px;
    407408        }
     409
     410        .site-health-issues-wrapper .title {
     411                margin-bottom: 0.5rem;
     412        }
    408413}
    409414
    410415/* The breakpoint is usually at 960px, the additional space is to allow for the margin. */