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:
parent
d4b892f022
commit
3b2ba4c2b4
@ -1034,7 +1034,7 @@ table.form-table td .updated p {
|
||||
|
||||
#search-users,
|
||||
#search-sites {
|
||||
max-width: 100%;
|
||||
max-width: 60%;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user