Browse Source

Minor fix for table headings in the editor.

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

+ 1 - 0
scratchpad/editor-blocks.css

@@ -610,6 +610,7 @@
 
 .wp-block-freeform.block-library-rich-text__tinymce table td,
 .wp-block-freeform.block-library-rich-text__tinymce table th {
+	border: 0;
 	border-bottom: 1px solid #ddd;
 	font-size: 90%;
 	padding: 0.5em;