From a00cfeb4f63a6efe876e84eb80575a56ecf965e4 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 8 Apr 2015 23:28:55 +0000 Subject: [PATCH] Twenty Fourteen: update editor styles to better account for adaptive images in small screens. Fixes #31934, props iamtakashi. git-svn-id: https://develop.svn.wordpress.org/trunk@32094 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/css/editor-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyfourteen/css/editor-style.css b/src/wp-content/themes/twentyfourteen/css/editor-style.css index d8706f701f..b4dd3253f2 100644 --- a/src/wp-content/themes/twentyfourteen/css/editor-style.css +++ b/src/wp-content/themes/twentyfourteen/css/editor-style.css @@ -726,7 +726,7 @@ html .mceContentBody.rtl { * 11.0 Media Queries */ -@media screen and (max-width: 474px) { +@media screen and (max-width: 494px) { body, img, .wp-caption { max-width: 100%; }