Changeset 45463
- Timestamp:
- 05/29/2019 06:21:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/site-health.css
r45322 r45463 409 409 margin: 1em 0 0; 410 410 } 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 } 411 428 } 412 429
Note: See TracChangeset
for help on using the changeset viewer.