mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Nav Menus: fix the quick search spinner position on Operating Systems that show scrollbars.
Fixes #33290. git-svn-id: https://develop.svn.wordpress.org/trunk@34065 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -405,7 +405,7 @@ ul.add-menu-item-tabs li {
|
||||
|
||||
.quick-search-wrap .spinner {
|
||||
float: none;
|
||||
margin: 0 5px;
|
||||
margin: -3px -10px 0 0;
|
||||
}
|
||||
|
||||
.nav-menus-php .list-wrap {
|
||||
|
||||
Reference in New Issue
Block a user