Fix font size for tables.
This commit is contained in:
parent
ddfb579dfb
commit
7e59c738ff
1 changed files with 1 additions and 0 deletions
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue