Customizer: Remove margin for hidden controls.
props dlh. fixes #31330. Built from https://develop.svn.wordpress.org/trunk@31460 git-svn-id: http://core.svn.wordpress.org/trunk@31441 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -358,6 +358,10 @@ p.customize-section-description {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.customize-control-hidden {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.customize-control-textarea textarea {
|
||||
width: 100%;
|
||||
resize: vertical;
|
||||
|
||||
Reference in New Issue
Block a user