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
|
b
|
Description: Used to style blocks in the editor. |
| 75 | 75 | /* Main column width */ |
| 76 | 76 | |
| 77 | 77 | .wp-block { |
| 78 | | max-width: 504px; /* 474px + 30px to account for padding */ |
| | 78 | max-width: 474px; |
| | 79 | } |
| | 80 | |
| | 81 | .wp-block:where(.editor-post-title__block, .editor-block-list__block, .editor-default-block-appender) { |
| | 82 | max-width: 504px; |
| 79 | 83 | } |
| 80 | 84 | |
| 81 | 85 | /* Link styles */ |