#54057 closed defect (bug) (reported-upstream)
Twenty Nineteen: Editor title alignment broken by Gutenberg plugin v11.4.0 updates
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | |
Focuses: | Cc: |
Description
The in-editor styles for the post/page title no longer properly update the alignment or size of the post/page title after the implementation of the rich text hook for post titles in Gutenberg 11.4.0.
In the screenshot below, styling under Gutenberg 11.3.0 can be seen on the left, and 11.4.0 on the right:
Styles previously targeting
.editor-styles-wrapper .editor-post-title__block:before
are no longer functioning due to markup changes.
Change History (4)
#3
@
2 years ago
- Resolution set to reported-upstream
- Status changed from new to closed
Looks like this was able to be addressed directly in Gutenbeerg. There may be some theme specific changes needed, but the issues I was seeing on Twenty Nineteen specifically look to be resolved!
Note: See
TracTickets for help on using
tickets.
EDIT
Apologies, the above description of "alignment or size" isn't accurate, that got missed when copying from a related issue on Twenty Twenty.
On Twenty Nineteen the issue appears to be primarily vertical alignement and the size of the
::before
element.