浏览代码

Rainfall: Fix post title spacing in editor

Sarah Norris 3 年之前
父节点
当前提交
ef999007d7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rainfall/style.css

+ 1 - 1
rainfall/style.css

@@ -15,7 +15,7 @@ Text Domain: rainfall
 Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
 */
 
-.wp-block-post-title {
+.wp-block-post-title:not(.editor-post-title) {
 	margin-left: 1ch;
 	text-indent: -1ch;
 }