Make WordPress Core

Changeset 33172


Ignore:
Timestamp:
07/11/2015 11:16:55 PM (9 years ago)
Author:
jeremyfelt
Message:

Restrict search inputs in network dashboard's Right Now to max width of 100%.

This prevents the fields from bleeding outside of the widget area on smaller mobile devices.

See #32846.

File:
1 edited

Legend:

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

    r33171 r33172  
    894894}
    895895
     896#search-users,
     897#search-sites {
     898    max-width: 100%;
     899}
     900
    896901/*------------------------------------------------------------------------------
    897902   Credentials check dialog for Install and Updates
Note: See TracChangeset for help on using the changeset viewer.