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:
parent
9e07667864
commit
7f3f93c1d1
@ -617,7 +617,6 @@ p.customize-section-description {
|
|||||||
|
|
||||||
.customize-control select {
|
.customize-control select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 300px;
|
|
||||||
height: 28px;
|
height: 28px;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
}
|
}
|
||||||
@ -744,7 +743,6 @@ p.customize-section-description {
|
|||||||
|
|
||||||
.customize-control-dropdown-pages .new-content-item {
|
.customize-control-dropdown-pages .new-content-item {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 300px;
|
|
||||||
padding: 5px 0 5px 1px;
|
padding: 5px 0 5px 1px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user