Browse Source

Fix for Gberg RC.

Caroline Moore 6 years ago
parent
commit
39f94fd6e4
1 changed files with 2 additions and 4 deletions
  1. 2 4
      apostrophe-2/css/editor-blocks.css

+ 2 - 4
apostrophe-2/css/editor-blocks.css

@@ -148,10 +148,8 @@
 
 /* Main column width */
 
-body.gutenberg-editor-page .edit-post-visual-editor .editor-post-title__block,
-body.gutenberg-editor-page .edit-post-visual-editor .editor-default-block-appender,
-body.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block:not([data-align=wide]):not([data-align=full]) {
-	max-width: 730px;
+.wp-block {
+	max-width: 760px; /* 730px + 30px padding */
 }
 
 /* Link styles */