From f0ee0c39dd0583bddf0d430bee84808bf3835477 Mon Sep 17 00:00:00 2001 From: Daryl Koopersmith Date: Fri, 25 May 2012 22:52:05 +0000 Subject: [PATCH] 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 --- wp-includes/css/customize-controls.dev.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/css/customize-controls.dev.css b/wp-includes/css/customize-controls.dev.css index c4236d588d..5144d7d4a8 100644 --- a/wp-includes/css/customize-controls.dev.css +++ b/wp-includes/css/customize-controls.dev.css @@ -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;