Browse Source

Fix font size for tables.

Caroline Moore 6 years ago
parent
commit
7e59c738ff
1 changed files with 1 additions and 0 deletions
  1. 1 0
      apostrophe-2/css/editor-blocks.css

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

@@ -531,6 +531,7 @@ body.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block:no
 }
 
 .wp-block-freeform.block-library-rich-text__tinymce table {
+	font-size: 0.85em;
 	display: table;
 	margin: 0 0 1.5em;
 	width: 100%;