Customize: Ensure menu items expand horizontally on large screens.

Props clorith, garrett-eclipse.
Fixes #51647.

git-svn-id: https://develop.svn.wordpress.org/trunk@49481 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2020-11-02 20:05:35 +00:00
parent 85abd2fc8b
commit 61c7935c46

View File

@ -65,6 +65,7 @@
.wp-customizer .menu-item-bar .menu-item-handle {
width: 100%;
max-width: 100%;
background: #fff;
}