Menus: Remove unnecessary top margin for menu item type on Menus screen for correct alignment with the dropdown icon.

Props punit5658.
Fixes #41521.

git-svn-id: https://develop.svn.wordpress.org/trunk@41925 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-10-18 20:51:23 +00:00
parent a8518be72b
commit adfa4cd450
1 changed files with 0 additions and 4 deletions

View File

@ -810,10 +810,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
padding: 13px 15px 14px;
}
.nav-menus-php .item-controls .item-type {
margin-top: 2px;
}
.nav-menus-php .customlinkdiv .howto input {
width: 65%;
}