Make WordPress Core

Changeset 45514


Ignore:
Timestamp:
06/10/2019 02:02:03 PM (5 years ago)
Author:
afercia
Message:

Administration: Improve the Site Health tables layout for small screens.

Props immeet94, jankimoradiya, desrosj, shashank3105, chetan200891, Clorith, hedgefield.

Merges [45463] to the 5.2 branch.
Fixes #46960 for 5.2.2.

Location:
branches/5.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2

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

    r45323 r45514  
    409409        margin: 1em 0 0;
    410410    }
     411
     412    .health-check-table {
     413        table-layout: fixed;
     414    }
     415
     416    .health-check-table td {
     417        box-sizing: border-box;
     418        display: block;
     419        width: 100%;
     420        word-wrap: break-word;
     421    }
     422
     423    .health-check-table td:first-child {
     424        width: 100%;
     425        padding-bottom: 0;
     426        font-weight: 600;
     427    }
    411428}
    412429
Note: See TracChangeset for help on using the changeset viewer.