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
This commit is contained in:
Sergey Biryukov 2020-02-01 17:36:35 +00:00
parent d4b892f022
commit 3b2ba4c2b4
1 changed files with 1 additions and 1 deletions

View File

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