فهرست منبع

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;
 }
 
-.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;
 }