diff --git a/src/wp-includes/css/admin-bar.css b/src/wp-includes/css/admin-bar.css index ca7c5d9dc5..85b2cc35cd 100644 --- a/src/wp-includes/css/admin-bar.css +++ b/src/wp-includes/css/admin-bar.css @@ -89,7 +89,7 @@ html:lang(he-il) .rtl #wpadminbar * { top: 0; left: 0; width: 100%; - min-width: 600px; /* match the min-width of the body in wp-admin.css */ + min-width: 600px; /* match the min-width of the body in wp-admin/css/common.css */ z-index: 99999; background: #23282d; } @@ -809,7 +809,7 @@ html:lang(he-il) .rtl #wpadminbar * { /* Toolbar Touchification*/ html #wpadminbar { height: 46px; - min-width: 300px; + min-width: 240px; /* match the min-width of the body in wp-admin/css/common.css */ } #wpadminbar * {