[wp-trac] [WordPress Trac] #64686: Plugin name and description overlap with "Install Now" button in Japanese locale
WordPress Trac
noreply at wordpress.org
Sat May 9 14:16:54 UTC 2026
#64686: Plugin name and description overlap with "Install Now" button in Japanese
locale
-------------------------------------+-------------------------------------
Reporter: hiroshisato | Owner: joedolson
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 7.0
Component: Administration | Version: trunk
Severity: normal | Resolution:
Keywords: has-screenshots admin- | Focuses: ui, css,
reskin has-patch | administration
-------------------------------------+-------------------------------------
Changes (by wildworks):
* keywords: has-screenshots admin-reskin has-patch commit => has-
screenshots admin-reskin has-patch
Comment:
It appears that two issues are being discussed here.
The first issue is the spacing between the plugin header and the plugin
description text. This problem should have been resolved in both [61729]
and [62290].
The second issue is that the plugin title and the "Install Now" button
overlap. This problem became prominent with the introduction of the new
design system in WordPress 7.0, but it was likely a latent issue that
existed before. Therefore, strictly speaking, there are no longer any new
regressions occurring in 7.0.
The second issue is that there's no fundamental solution as long as
[https://github.com/WordPress/wordpress-
develop/blob/9f32f0d5b4dbfd95c71cd29a165b4dcbc7a8cae6/src/wp-admin/css
/list-tables.css#L1682-L1687 the plugin action links are absolutely
positioned]. This is because even if we change the margins or width to
avoid overlap, it may not be optimal for all locales.
It would be best to rebuild the entire plugin card using a flex layout,
but I'm unsure if that would be acceptable for the 7.0 release.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64686#comment:13>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list