Fix font size for tables.

This commit is contained in:
Caroline Moore 2018-10-26 16:05:45 -04:00
parent ddfb579dfb
commit 7e59c738ff

View file

@ -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%;