浏览代码

Karuna: Fix the text in title in Gutenberg editor being transformed t… (#5222)

* Karuna: Fix the text in title in Gutenberg editor being transformed to uppercase

* Karuna: Restrict the text-transform h1 changes just to the entry title
Daniel Dudzic 3 年之前
父节点
当前提交
71fe9108a8
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      karuna/editor-blocks.css

+ 4 - 0
karuna/editor-blocks.css

@@ -91,6 +91,10 @@
 	font-size: 14px;
 }
 
+.edit-post-visual-editor h1.editor-post-title {
+	text-transform: none;
+}
+
 @media screen and (min-width: 768px) {
 	.edit-post-visual-editor h1 {
 		font-size: 42px;