Make WordPress Core

Opened 2 months ago

Closed 2 months ago

Last modified 2 months ago

#64885 closed defect (bug) (duplicate)

input field too small

Reported by: presskopp's profile Presskopp Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: General Keywords: has-screenshots
Focuses: ui, administration Cc:

Description

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

.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

Attachments (2)

plugin-upload.png (18.9 KB) - added by Presskopp 2 months ago.
plugin-upload-fix.png (8.9 KB) - added by Presskopp 2 months ago.

Download all attachments as: .zip

Change History (7)

#1 @Presskopp
2 months ago

  • Focuses ui administration added
  • Keywords has-screenshots added

#2 @Presskopp
2 months ago

  • Focuses css added

same for themes..

#3 @audrasjb
2 months ago

  • Focuses css removed
  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Thanks for the ticket @Presskopp! However we're already tracking this issue in #64832.

#4 @Presskopp
2 months ago

ah good. Sorry

#5 @audrasjb
2 months ago

No worries, two tickets is better than zero :D

Note: See TracTickets for help on using tickets.