Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
71fe9108a8
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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;