mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
Theme Customizer: Fix width for image picker thumbnails in IE8. props SergeyBiryukov, see #20582.
git-svn-id: https://develop.svn.wordpress.org/trunk@20920 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b756f8b246
commit
f0ee0c39dd
@ -390,6 +390,7 @@ body {
|
||||
|
||||
.customize-section .customize-control-image .preview-thumbnail img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
max-width: 122px;
|
||||
max-height: 98px;
|
||||
margin: 0 auto;
|
||||
|
Loading…
x
Reference in New Issue
Block a user