WordPress.org

Make WordPress Core

Opened 21 months ago

Last modified 6 days ago

#34539 new defect (bug)

Image Sizes input fields on Media Settings page is too small

Reported by: Toru Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: Media Keywords: has-patch good-first-bug needs-testing
Focuses: ui Cc:

Description

On Media Settings page, when viewed on smartphones (or under 784 pixel width), input field for Image Sizes are shorten, and "max-width: 55px" kicks in. When the input value is 3 digits, it is ok, but when 4 digits, 1 digit is not shown. The "max-width: 55px" needs to modified.

Please see captures on Chrome developer tools - iPhone 5, 6, 6 plus.

Attachments (5)

media-settings-iphone5.png (79.8 KB) - added by Toru 21 months ago.
Media setting on iPhone 5
media-settings-iphone6.png (89.5 KB) - added by Toru 21 months ago.
Media setting on iPhone 6
media-settings-iphone6plus.png (69.1 KB) - added by Toru 21 months ago.
Media setting on iPhone 6 plus
34539.diff (414 bytes) - added by Toru 21 months ago.
Change max-width from 55px to 70px
34539.2.diff (419 bytes) - added by Presskopp 4 weeks ago.

Download all attachments as: .zip

Change History (13)

@Toru
21 months ago

Media setting on iPhone 5

@Toru
21 months ago

Media setting on iPhone 6

@Toru
21 months ago

Media setting on iPhone 6 plus

#1 @Toru
21 months ago

  • Summary changed from Media Settings to Image Sizes input fields on Media Settings page is too small

@Toru
21 months ago

Change max-width from 55px to 70px

#2 @Toru
21 months ago

  • Keywords has-patch added

#3 @mikeschroder
10 months ago

  • Component changed from Administration to Media
  • Focuses ui added

This ticket was mentioned in Slack in #core-media by desrosj. View the logs.


4 weeks ago

#5 @desrosj
4 weeks ago

  • Keywords good-first-bug added

#6 @Presskopp
4 weeks ago

Following the bug scrub on slack today, here comes a refreshed patch.

We have this (only) in

\wp-admin\options-discussion.php
\wp-admin\options-general.php
\wp-admin\options-media.php
\wp-admin\options-reading.php
\wp-admin\options-writing.php

and therefore this should be a non breaking fix (despite the fact that it get's ugly all around when you constrict the browser window to a very small size..)

@Presskopp
4 weeks ago

This ticket was mentioned in Slack in #core-media by presskopp. View the logs.


10 days ago

#8 @jbpaul17
6 days ago

  • Keywords needs-testing added
Note: See TracTickets for help on using tickets.