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:
Weston Ruter 2017-05-02 19:30:46 +00:00
parent 4995062686
commit 91a8af0ef6
5 changed files with 3 additions and 7 deletions

View File

@ -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 1px 5px 0;
position: relative;
}

File diff suppressed because one or more lines are too long

View File

@ -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;
}

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-40565';
$wp_version = '4.8-alpha-40567';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.