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
This commit is contained in:
Lance Willett 2015-04-08 23:28:55 +00:00
parent 47754dfc55
commit a00cfeb4f6
1 changed files with 1 additions and 1 deletions

View File

@ -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%;
}