Customizer: Remove an `overflow: hidden` declaration to prevent cutting off the left and right edge focus style of the "Add a Menu" input field.

props paulwilde.
fixes #32680.

git-svn-id: https://develop.svn.wordpress.org/trunk@32825 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2015-06-17 21:42:45 +00:00
parent 59230dd5ab
commit 9031531071
1 changed files with 0 additions and 1 deletions

View File

@ -832,7 +832,6 @@ body.adding-menu-items #customize-preview {
.new-menu-section-content {
display: none;
padding: 15px 0 0 0;
overflow: hidden;
clear: both;
}