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:
parent
5aac59d178
commit
ef04afe4bf
|
@ -358,6 +358,10 @@ p.customize-section-description {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.customize-control-hidden {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.customize-control-textarea textarea {
|
||||
width: 100%;
|
||||
resize: vertical;
|
||||
|
|
Loading…
Reference in New Issue