Make WordPress Core

Ticket #56369: 56369.1.diff

File 56369.1.diff, 710 bytes (added by costdev, 4 years ago)

Remove bottom margin on the wrapper. This is only on the widget so that it doesn't affect the Site Health screen.

  • 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 ed539d33ae..4c953c1bfb 100644
    a b are styled in the Privacy section of edit.css */ 
    1111        font-weight: 400;
    1212}
    1313
    14 .health-check-widget-title-section {
    15         text-align: center;
    16 }
    17 
    1814.site-health-progress-wrapper {
    1915        margin-bottom: 1rem;
    2016}
    are styled in the Privacy section of edit.css */ 
    318314        margin-left: 0;
    319315}
    320316
     317.health-check-widget-title-section {
     318        margin-bottom: 0;
     319        text-align: center;
     320}
     321
    321322@media screen and (max-width: 480px) {
    322323        #dashboard_site_health .health-check-widget {
    323324                grid-template-columns: 100%;