Skip to content

Commit

Permalink
πŸ’„ Override the raw editor post title textarea size
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Dec 31, 2024
1 parent efef17c commit feae04c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/css/blocks/core-heading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@
}
}
}

.editor-text-editor .editor-post-title.is-raw-text textarea {
@apply text-xl font-bold;
}

0 comments on commit feae04c

Please sign in to comment.