From 3b2ba4c2b42d143d4afb8609b2afe35b131b468f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 1 Feb 2020 17:36:35 +0000 Subject: [PATCH] Networks and Sites: Reduce `max-width` for user and site search inputs on Dashboard screen in Network Admin. This ensures that the inputs don't push the buttons to the next line. Props williampatton, bordoni. Fixes #49043. git-svn-id: https://develop.svn.wordpress.org/trunk@47151 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/forms.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/css/forms.css b/src/wp-admin/css/forms.css index 245bf599d0..c364ca403d 100644 --- a/src/wp-admin/css/forms.css +++ b/src/wp-admin/css/forms.css @@ -1034,7 +1034,7 @@ table.form-table td .updated p { #search-users, #search-sites { - max-width: 100%; + max-width: 60%; } /*------------------------------------------------------------------------------