* 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
@@ -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;