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.

Built from https://develop.svn.wordpress.org/trunk@33172


git-svn-id: http://core.svn.wordpress.org/trunk@33144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt
2015-07-11 23:17:24 +00:00
parent b8ffa8ecb9
commit 72e83d6aec
7 changed files with 15 additions and 5 deletions
+5
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
------------------------------------------------------------------------------*/