Make WordPress Core

Ticket #53275: 53275.patch

File 53275.patch, 426 bytes (added by sabernhardt, 3 years ago)

setting white-space to normal for plugin action links

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

     
    12541254        padding: 0 0 5px;
    12551255}
    12561256
     1257.plugins .row-actions {
     1258        white-space: normal;
     1259        min-width: 12em;
     1260}
     1261
    12571262.plugins .update .second,
    12581263.plugins .update .row-actions,
    12591264.plugins .updated .second,