Make WordPress Core

Ticket #46939: 46939.diff

File 46939.diff, 438 bytes (added by chetan200891, 6 years ago)

Created patch to add line-height 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..c627205aa5 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        }
    408412}
    409413
    410414/* The breakpoint is usually at 960px, the additional space is to allow for the margin. */