浏览代码

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

Caroline Moore 6 年之前
父节点
当前提交
f41d066959
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apostrophe-2/css/editor-blocks.css

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

@@ -32,7 +32,7 @@
 	font-size: 19px;
 	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;
 	font-size: 19px;
 }
 }