Browse Source

Increase padding in the editor for certain full-aligned block types to better match the front end.

Caroline Moore 6 năm trước cách đây
mục cha
commit
39bf75c149
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      publication/editor-blocks.css

+ 3 - 3
publication/editor-blocks.css

@@ -49,9 +49,9 @@
 
 .wp-block-columns.alignfull,
 .wp-block-latest-comments.alignfull,
-.editor-block-list__block[data-align="full"] .wp-block-file {
-	padding-left: 24px;
-	padding-right: 24px;
+.editor-block-list__layout .editor-block-list__block[data-align=full] {
+	padding-left: 60px;
+	padding-right: 60px;
 }
 
 /* Title */