mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
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:
@@ -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