浏览代码

Fix for Gberg RC.

Caroline Moore 6 年之前
父节点
当前提交
39f94fd6e4
共有 1 个文件被更改,包括 2 次插入4 次删除
  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 */