Browse Source

Make sure cover text is not affected by other paragraph font sizing.

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

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

@@ -32,7 +32,7 @@
 	font-size: 19px;
 }
 
-.edit-post-visual-editor .editor-block-list__block p {
+.edit-post-visual-editor .editor-block-list__block p:not(.wp-block-cover-text) {
 	font-size: 19px;
 }