Browse Source

Fix for padding on full-width comments block in editor.

Caroline Moore 6 năm trước cách đây
mục cha
commit
1a7f981a21
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      button-2/editor-blocks.css

+ 1 - 0
button-2/editor-blocks.css

@@ -42,6 +42,7 @@ Description: Gutenberg Block Editor Styles
 }
 
 .wp-block-columns.alignfull,
+.wp-block-latest-comments.alignfull,
 .editor-block-list__layout .editor-block-list__block[data-align=full] {
 	padding-left: 1.5em;
 	padding-right: 1.5em;