[wp-trac] [WordPress Trac] #64885: input field too small
WordPress Trac
noreply at wordpress.org
Wed Mar 18 17:22:16 UTC 2026
#64885: input field too small
--------------------------+-----------------------------
Reporter: Presskopp | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
When installing a plugin via uploading a zip, if the screen is small, the
text is bleeding into the button, at least in german, see screenshot.
There's an easy fix by adjusting
{{{#!php
.upload-theme .wp-upload-form input[type="file"], .upload-plugin .wp-
upload-form input[type="file"]
{ paddging: 30px 128px 30px 30px }
}}}
to e.g. {{{30px 200px 30px 30px}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64885>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list