소스 검색

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