diff --git a/resources/css/editor/editor.css b/resources/css/editor/editor.css index cfeaf04..881b204 100644 --- a/resources/css/editor/editor.css +++ b/resources/css/editor/editor.css @@ -7,4 +7,10 @@ @apply alignfull px-32; } } - +.wp-block-post-title { + text-transform: unset; + @apply leading-none; + &:before { + content: none; + } +}