mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Customize: Allow select dropdowns to stretch full width in widened controls pane.
Props timmydcrawford. Amends [40511]. Fixes #32296. git-svn-id: https://develop.svn.wordpress.org/trunk@40567 602fd350-edb4-49c9-b593-d223f7449a82
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