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

Props celloexpressions.
Fixes #37277.


git-svn-id: https://develop.svn.wordpress.org/trunk@37957 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Weston Ruter 2016-07-04 21:44:49 +00:00
parent f4d197c534
commit 097b3ad595
1 changed files with 1 additions and 1 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,