From bc3e4176a07586759fe63532e955848629bc2218 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 8 Apr 2015 22:00:14 +0000 Subject: [PATCH] Twenty Fifteen: update editor styles to better account for adaptive images in small screens. See #31934, props iamtakashi. git-svn-id: https://develop.svn.wordpress.org/trunk@32090 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/css/editor-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyfifteen/css/editor-style.css b/src/wp-content/themes/twentyfifteen/css/editor-style.css index 28ba7b3696..58838d9626 100644 --- a/src/wp-content/themes/twentyfifteen/css/editor-style.css +++ b/src/wp-content/themes/twentyfifteen/css/editor-style.css @@ -486,7 +486,7 @@ body.rtl { * 9.0 Media Queries */ -@media screen and (max-width: 660px) { +@media screen and (max-width: 740px) { body, img, .wp-caption { max-width: 100%; }