[wp-trac] [WordPress Trac] #64686: Plugin name and description overlap with "Install Now" button in Japanese locale
WordPress Trac
noreply at wordpress.org
Tue May 12 11:11:45 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 needs-patch | administration
-------------------------------------+-------------------------------------
Changes (by wildworks):
* keywords: has-screenshots admin-reskin has-patch => has-screenshots
admin-reskin needs-patch
Comment:
One short-term solution is to increase the right margin for specific
languages.
{{{
#!css
@media (min-width: 1101px) {
.plugin-card .name, .plugin-card .desc > p {
margin-right: 128px;
}
.plugin-card .name:lang(ja), .plugin-card .desc > p:lang(ja) {
margin-right: 138px;
}
}
}}}
The approach using the `lang` pseudo-class is also used on the about page.
See [58979]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64686#comment:14>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list