Customize: Prevent image controls with selected images smaller than pane width from being distorted through stretching to fit width.

Props celloexpressions.
Fixes #37277.

Built from https://develop.svn.wordpress.org/trunk@37957


git-svn-id: http://core.svn.wordpress.org/trunk@37898 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter 2016-07-04 21:45:28 +00:00
parent 83cd70a5f6
commit fed5a03c8f
5 changed files with 5 additions and 5 deletions

View File

@ -939,7 +939,7 @@ p.customize-section-description {
.customize-control .attachment-media-view .thumbnail-image img,
.customize-control-header img {
width: 100%;
max-width: 100%;
}
.customize-control .attachment-media-view .remove-button,

File diff suppressed because one or more lines are too long

View File

@ -939,7 +939,7 @@ p.customize-section-description {
.customize-control .attachment-media-view .thumbnail-image img,
.customize-control-header img {
width: 100%;
max-width: 100%;
}
.customize-control .attachment-media-view .remove-button,

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-beta1-37956';
$wp_version = '4.6-beta1-37957';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.