diff --git a/src/wp-admin/css/nav-menus.css b/src/wp-admin/css/nav-menus.css
index ca15b2195f..fb7490fc70 100644
--- a/src/wp-admin/css/nav-menus.css
+++ b/src/wp-admin/css/nav-menus.css
@@ -445,7 +445,7 @@ ul.add-menu-item-tabs li {
 	padding: 10px 15px;
 	height: auto;
 	min-height: 20px;
-	width: 382px;
+	max-width: 382px;
 	line-height: 2.30769230;
 	overflow: hidden;
 	word-wrap: break-word;
@@ -639,7 +639,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
 
 .menu-item-settings {
 	display: block;
-	width: 402px;
+	max-width: 402px;
 	padding: 10px 0 10px 10px;
 	position: relative;
 	z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */
@@ -771,10 +771,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
 	.nav-menus-php #post-body-content{
 		min-width: 0;
 	}
-
-	.menu-item-bar .menu-item-handle{
-		width: 90%;
-	}
 }
 
 @media screen and (max-width: 782px) {
