Menus: Ensure consistent padding in the menu structure form.

Props shital-patel, welcher, hardik-amipara, audrasjb.
Fixes #42596.

git-svn-id: https://develop.svn.wordpress.org/trunk@44952 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2019-03-21 02:55:44 +00:00
parent e6ec0b2fe0
commit e3fb98daeb
1 changed files with 5 additions and 1 deletions

View File

@ -168,7 +168,7 @@ ul.add-menu-item-tabs li {
}
.nav-menus-php #post-body {
padding: 0 10px 10px;
padding: 0 10px;
border-top: 1px solid #fff;
border-bottom: 1px solid #ddd;
background: #fff;
@ -202,6 +202,10 @@ ul.add-menu-item-tabs li {
float: none;
}
.nav-menus-php #post-body-content .post-body-plain {
margin-bottom: 0;
}
#menu-management .menu-add-new abbr {
font-weight: 600;
}