Explorar o código

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 %!s(int64=3) %!d(string=hai) anos
pai
achega
71fe9108a8
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      karuna/editor-blocks.css

+ 4 - 0
karuna/editor-blocks.css

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