mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -1034,7 +1034,7 @@ table.form-table td .updated p {
|
||||
|
||||
#search-users,
|
||||
#search-sites {
|
||||
max-width: 100%;
|
||||
max-width: 60%;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user