Make WordPress Core

Changeset 33171


Ignore:
Timestamp:
07/11/2015 10:52:01 PM (9 years ago)
Author:
jeremyfelt
Message:

Restrict textarea fields in network setup to a max width of 100%.

This avoids the content overrunning the screen on mobile devices.

See #32846.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/forms.css

    r33162 r33171  
    870870------------------------------------------------------------------------------*/
    871871
     872.setup-php textarea {
     873    max-width: 100%;
     874}
     875
    872876.form-field #site-address {
    873877    max-width: 25em;
Note: See TracChangeset for help on using the changeset viewer.