Customizer: Remove margin for hidden controls.

props dlh.
fixes #31330.

git-svn-id: https://develop.svn.wordpress.org/trunk@31460 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-02-14 08:45:50 +00:00
parent 5aac59d178
commit ef04afe4bf
1 changed files with 4 additions and 0 deletions

View File

@ -358,6 +358,10 @@ p.customize-section-description {
margin: 0;
}
.customize-control-hidden {
margin: 0;
}
.customize-control-textarea textarea {
width: 100%;
resize: vertical;