mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@57321 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2143,6 +2143,11 @@ div.action-links,
|
||||
padding: 10px 9px; /* reset from other list tables that have a label at this width */
|
||||
}
|
||||
|
||||
#wpbody-content .wp-list-table.plugins .plugin-deleted-tr td,
|
||||
#wpbody-content .wp-list-table.plugins .no-items td {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
/* Plugin description hidden via Screen Options */
|
||||
#wpbody-content .wp-list-table.plugins .desc.hidden {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user