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.


git-svn-id: https://develop.svn.wordpress.org/trunk@33172 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jeremy Felt 2015-07-11 23:16:55 +00:00
parent a9da66e853
commit 02b67f6dcc
1 changed files with 5 additions and 0 deletions

View File

@ -893,6 +893,11 @@ table.form-table td .updated p {
margin-bottom: 5px;
}
#search-users,
#search-sites {
max-width: 100%;
}
/*------------------------------------------------------------------------------
Credentials check dialog for Install and Updates
------------------------------------------------------------------------------*/