diff --git a/src/wp-content/themes/twentyeleven/editor-blocks.css b/src/wp-content/themes/twentyeleven/editor-blocks.css index 0307155572029..5ee535a4c10cd 100644 --- a/src/wp-content/themes/twentyeleven/editor-blocks.css +++ b/src/wp-content/themes/twentyeleven/editor-blocks.css @@ -78,7 +78,13 @@ Description: Used to style blocks in the editor. } .wp-block { - max-width: 614px; /* 584px + 30px to account for padding */ + max-width: 584px; +} + +.editor-post-title__block, +.editor-default-block-appender, +.editor-block-list__block { + max-width: 614px; /* Account for padding in older WordPress versions. */ } /* Link styles */ diff --git a/src/wp-content/themes/twentyfifteen/css/editor-blocks.css b/src/wp-content/themes/twentyfifteen/css/editor-blocks.css index 91595e6304985..70c38ed6c6853 100644 --- a/src/wp-content/themes/twentyfifteen/css/editor-blocks.css +++ b/src/wp-content/themes/twentyfifteen/css/editor-blocks.css @@ -336,7 +336,13 @@ Description: Used to style blocks in the editor. } .wp-block { - max-width: 690px; /* 660px + 30px to account for padding. */ + max-width: 660px; +} + +.editor-post-title__block, +.editor-default-block-appender, +.editor-block-list__block { + max-width: 690px; /* Account for padding in older WordPress versions. */ } /* Link styles */ diff --git a/src/wp-content/themes/twentyfourteen/css/editor-blocks.css b/src/wp-content/themes/twentyfourteen/css/editor-blocks.css index 97ca4fae6f9d7..79a6cb41360cd 100644 --- a/src/wp-content/themes/twentyfourteen/css/editor-blocks.css +++ b/src/wp-content/themes/twentyfourteen/css/editor-blocks.css @@ -75,7 +75,13 @@ 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; +} + +.editor-post-title__block, +.editor-default-block-appender, +.editor-block-list__block { + max-width: 504px; /* Account for padding in older WordPress versions. */ } /* Link styles */ diff --git a/src/wp-content/themes/twentysixteen/css/editor-blocks.css b/src/wp-content/themes/twentysixteen/css/editor-blocks.css index e16c318fae434..0a0207819f9fd 100644 --- a/src/wp-content/themes/twentysixteen/css/editor-blocks.css +++ b/src/wp-content/themes/twentysixteen/css/editor-blocks.css @@ -182,7 +182,13 @@ Description: Used to style blocks in the editor. } .wp-block { - max-width: 630px; /* 600px + 30px to account for padding. */ + max-width: 600px; +} + +.editor-post-title__block, +.editor-default-block-appender, +.editor-block-list__block { + max-width: 630px; /* Account for padding in older WordPress versions. */ } /* Link styles */ diff --git a/src/wp-content/themes/twentyten/editor-blocks.css b/src/wp-content/themes/twentyten/editor-blocks.css index d315ee240e264..4a56f38aeab33 100644 --- a/src/wp-content/themes/twentyten/editor-blocks.css +++ b/src/wp-content/themes/twentyten/editor-blocks.css @@ -77,7 +77,13 @@ Description: Used to style blocks in the editor. /* Main column width */ .wp-block { - max-width: 670px; /* 640px + 30px to account for padding */ + max-width: 640px; +} + +.editor-post-title__block, +.editor-default-block-appender, +.editor-block-list__block { + max-width: 670px; /* Account for padding in older WordPress versions. */ } /* Link styles */ diff --git a/src/wp-content/themes/twentythirteen/css/editor-blocks.css b/src/wp-content/themes/twentythirteen/css/editor-blocks.css index 1aa453dfa8886..ccaf2f1a202cf 100644 --- a/src/wp-content/themes/twentythirteen/css/editor-blocks.css +++ b/src/wp-content/themes/twentythirteen/css/editor-blocks.css @@ -56,7 +56,13 @@ Description: Used to style blocks in the editor. /* Main content width */ .wp-block { - max-width: 634px; /* 604px + 30px to account for padding */ + max-width: 604px; +} + +.editor-post-title__block, +.editor-default-block-appender, +.editor-block-list__block { + max-width: 634px; /* Account for padding in older WordPress versions. */ } .wp-block.alignwide, diff --git a/src/wp-content/themes/twentytwelve/css/editor-blocks.css b/src/wp-content/themes/twentytwelve/css/editor-blocks.css index 25ddf21943428..82a11cb9384eb 100644 --- a/src/wp-content/themes/twentytwelve/css/editor-blocks.css +++ b/src/wp-content/themes/twentytwelve/css/editor-blocks.css @@ -76,7 +76,13 @@ Description: Used to style blocks in the editor. /* Main column width */ .wp-block { - max-width: 655px; /* 625px + 30px for padding */ + max-width: 625px; +} + +.editor-post-title__block, +.editor-default-block-appender, +.editor-block-list__block { + max-width: 655px; /* Account for padding in older WordPress versions. */ } /* Link styles */