diff --git a/src/wp-admin/css/nav-menus.css b/src/wp-admin/css/nav-menus.css index 784b614994..51e912fc0f 100644 --- a/src/wp-admin/css/nav-menus.css +++ b/src/wp-admin/css/nav-menus.css @@ -492,13 +492,13 @@ li.menu-item.ui-sortable-helper .menu-item-bar { } li.menu-item.ui-sortable-helper .menu-item-transport .menu-item-bar { - margin-top: 13px; + margin-top: 9px; /* Must use the same value used by the dragged item .menu-item-bar */ } .menu .sortable-placeholder { height: 35px; width: 410px; - margin-top: 13px; + margin-top: 9px; /* Must use the same value used by the dragged item .menu-item-bar */ } /* Hide the transport list when it's empty */