Make WordPress Core

Changeset 57321


Ignore:
Timestamp:
01/21/2024 06:52:45 PM (3 months ago)
Author:
SergeyBiryukov
Message:

Plugins: Correct table layout on smaller screens.

This ensures that the message about deleting a plugin or having no plugins installed is displayed in full width.

Follow-up to [26134], [33016].

Props shailu25, mukesh27, passoniate, JavierCasares, sabernhardt.
Fixes #50069.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/list-tables.css

    r57093 r57321  
    21442144    }
    21452145
     2146    #wpbody-content .wp-list-table.plugins .plugin-deleted-tr td,
     2147    #wpbody-content .wp-list-table.plugins .no-items td {
     2148        display: table-cell;
     2149    }
     2150
    21462151    /* Plugin description hidden via Screen Options */
    21472152    #wpbody-content .wp-list-table.plugins .desc.hidden {
Note: See TracChangeset for help on using the changeset viewer.