Skip to content

Commit e3fb98d

Browse files
committed
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
1 parent e6ec0b2 commit e3fb98d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/wp-admin/css/nav-menus.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ ul.add-menu-item-tabs li {
168168
}
169169

170170
.nav-menus-php #post-body {
171-
padding: 0 10px 10px;
171+
padding: 0 10px;
172172
border-top: 1px solid #fff;
173173
border-bottom: 1px solid #ddd;
174174
background: #fff;
@@ -202,6 +202,10 @@ ul.add-menu-item-tabs li {
202202
float: none;
203203
}
204204

205+
.nav-menus-php #post-body-content .post-body-plain {
206+
margin-bottom: 0;
207+
}
208+
205209
#menu-management .menu-add-new abbr {
206210
font-weight: 600;
207211
}

0 commit comments

Comments
 (0)