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:
parent
83cd70a5f6
commit
fed5a03c8f
|
@ -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
|
@ -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
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue