Make WordPress Core

Changeset 45463


Ignore:
Timestamp:
05/29/2019 06:21:45 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.
Fixes #46960.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/site-health.css

    r45322 r45463  
    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.