From f0c99974c2c721847a3c2d13ee1bf8f6b1a6aa39 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 26 Nov 2013 17:37:52 +0000 Subject: [PATCH] Twenty Fourteen: fix image alignment in editor styles, props azaozz and RDall. Fixes #26108. git-svn-id: https://develop.svn.wordpress.org/trunk@26409 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/css/editor-style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-content/themes/twentyfourteen/css/editor-style.css b/src/wp-content/themes/twentyfourteen/css/editor-style.css index 698fa546b0..1487656f4e 100644 --- a/src/wp-content/themes/twentyfourteen/css/editor-style.css +++ b/src/wp-content/themes/twentyfourteen/css/editor-style.css @@ -354,6 +354,7 @@ img { margin: 0 0 24px 0; padding: 0; text-align: left; + max-width: 474px; } .wp-caption.alignleft {