[wp-trac] [WordPress Trac] #49233: Settings admin screens: form fields issue on small screens

WordPress Trac noreply at wordpress.org
Sun Jan 19 16:20:58 UTC 2020


#49233: Settings admin screens: form fields issue on small screens
-----------------------------+-------------------------------------
 Reporter:  passoniate       |       Owner:  audrasjb
     Type:  defect (bug)     |      Status:  assigned
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Administration   |     Version:  5.3.2
 Severity:  normal           |  Resolution:
 Keywords:  has-screenshots  |     Focuses:  ui, accessibility, css
-----------------------------+-------------------------------------

Comment (by passoniate):

 for second issue

 {{{
 @media screen and (max-width: 782px)
 .form-table input[type=text].small-text, input[type=number].small-text,
 input[type=password].small-text, input[type=search].small-text,
 input[type=text].small-text {
     width: auto;
     max-width: 4.375em;
     display: inline;
     padding: 3px 6px;
     margin: 3px 3px;
 }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/49233#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list