Make WordPress Core

Ticket #52184: 52184.diff

File 52184.diff, 474 bytes (added by Chaton666, 5 years ago)

Patch for #52184

  • src/wp-admin/css/list-tables.css

    diff --git a/src/wp-admin/css/list-tables.css b/src/wp-admin/css/list-tables.css
    index 1febe4e837..228d37bee1 100644
    a b table.media .column-title .filename { 
    386386        transition: none;
    387387}
    388388
     389.wp-list-table tr > * {
     390    -webkit-hyphens: auto;
     391    -ms-hyphens: auto;
     392    hyphens: auto;
     393}
     394
    389395#the-list tr:last-child td,
    390396#the-list tr:last-child th {
    391397        border-bottom: none !important;