Skip to content

Commit

Permalink
fix: UBE hides post title input (#59324)
Browse files Browse the repository at this point in the history
The class addition is a deprecated class that is present when using
older versions of the Gutenberg plugin.
  • Loading branch information
dcalhoun authored Feb 23, 2024
1 parent 44d4886 commit 521378f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
display: none;
}

.edit-post-visual-editor__post-title-wrapper,
.editor-editor-canvas__post-title-wrapper {
display: none;
}
Expand Down

0 comments on commit 521378f

Please sign in to comment.