From 02b67f6dcc762846b7997228916304037f843c36 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Sat, 11 Jul 2015 23:16:55 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/forms.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/wp-admin/css/forms.css b/src/wp-admin/css/forms.css index c86e240af9..d548801cc1 100644 --- a/src/wp-admin/css/forms.css +++ b/src/wp-admin/css/forms.css @@ -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 ------------------------------------------------------------------------------*/