diff --git a/src/wp-content/themes/twentyfourteen/css/editor-blocks.css b/src/wp-content/themes/twentyfourteen/css/editor-blocks.css
index 97ca4fae6f..2478f19d0b 100644
--- a/src/wp-content/themes/twentyfourteen/css/editor-blocks.css
+++ b/src/wp-content/themes/twentyfourteen/css/editor-blocks.css
@@ -75,7 +75,11 @@ Description: Used to style blocks in the editor.
 /* Main column width */
 
 .wp-block {
-	max-width: 504px; /* 474px + 30px to account for padding */
+	max-width: 474px;
+}
+
+.wp-block:where(.editor-post-title__block, .editor-block-list__block, .editor-default-block-appender) {
+	max-width: 504px;
 }
 
 /* Link styles */
