[wp-trac] [WordPress Trac] #52151: Post / Page / Plugin Title Columns broken (was: Post / Page Title Columns broken)
WordPress Trac
noreply at wordpress.org
Tue Oct 14 08:40:11 UTC 2025
#52151: Post / Page / Plugin Title Columns broken
-----------------------------+-----------------------
Reporter: pascoedj | Owner: audrasjb
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: 6.9
Component: Administration | Version: 5.6.3
Severity: normal | Resolution:
Keywords: has-patch early | Focuses: css
-----------------------------+-----------------------
Changes (by praful2111):
* version: 5.6 => 5.6.3
Comment:
Hello Team,
Additionally, the plugin listing table has an issue with the plugin name
column. If the plugin name is too long, the table adds a horizontal
scroll.
Here is a screenshot of the issue:
[[Image(https://pasteboard.co/SXR2dxIf5Gj0.png)]]
To address this, I have figured out the following CSS fix:
{{{
.plugins .inactive .plugin-title strong {
font-weight: 400;
white-space: break-spaces;
}
}}}
This should prevent the horizontal scroll for long plugin names.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/52151#comment:37>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list