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
This commit is contained in:
Lance Willett 2015-04-08 22:00:14 +00:00
parent 543a9d052e
commit bc3e4176a0
1 changed files with 1 additions and 1 deletions

View File

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