Customize: Allow select dropdowns to stretch full width in widened controls pane.
Props timmydcrawford. Amends [40511]. Fixes #32296. Built from https://develop.svn.wordpress.org/trunk@40567 git-svn-id: http://core.svn.wordpress.org/trunk@40435 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -617,7 +617,6 @@ p.customize-section-description {
|
||||
|
||||
.customize-control select {
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
}
|
||||
@@ -744,7 +743,6 @@ p.customize-section-description {
|
||||
|
||||
.customize-control-dropdown-pages .new-content-item {
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
padding: 5px 0 5px 1px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user