Browse Source

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

Caroline Moore 6 năm trước cách đây
mục cha
commit
f41d066959
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }