Make WordPress Core

Ticket #50069: 50069.patch

File 50069.patch, 559 bytes (added by mukesh27, 6 years ago)

Patch.

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

     
    20302030                padding: 10px 9px; /* reset from other list tables that have a label at this width */
    20312031        }
    20322032
     2033        #wpbody-content .wp-list-table.plugins .plugin-deleted-tr td {
     2034                display: table-cell;
     2035        }
     2036
    20332037        /* Plugin description hidden via Screen Options */
    20342038        #wpbody-content .wp-list-table.plugins .desc.hidden {
    20352039                display: none;