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:
parent
06979c6597
commit
f65bc1401a
|
@ -1035,7 +1035,7 @@ table.form-table td .updated p {
|
|||
|
||||
#search-users,
|
||||
#search-sites {
|
||||
max-width: 100%;
|
||||
max-width: 60%;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1034,7 +1034,7 @@ table.form-table td .updated p {
|
|||
|
||||
#search-users,
|
||||
#search-sites {
|
||||
max-width: 100%;
|
||||
max-width: 60%;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue