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.
Built from https://develop.svn.wordpress.org/trunk@47151


git-svn-id: http://core.svn.wordpress.org/trunk@46951 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-02-01 17:38:03 +00:00
parent 06979c6597
commit f65bc1401a
5 changed files with 5 additions and 5 deletions

View File

@ -1035,7 +1035,7 @@ table.form-table td .updated p {
#search-users, #search-users,
#search-sites { #search-sites {
max-width: 100%; max-width: 60%;
} }
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------

File diff suppressed because one or more lines are too long

View File

@ -1034,7 +1034,7 @@ table.form-table td .updated p {
#search-users, #search-users,
#search-sites { #search-sites {
max-width: 100%; max-width: 60%;
} }
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.4-alpha-47150'; $wp_version = '5.4-alpha-47151';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.