[wp-trac] [WordPress Trac] #57472: Twenty Twelve theme: Pullquote block alignment issue in backend site
WordPress Trac
noreply at wordpress.org
Sat Jan 21 22:10:36 UTC 2023
#57472: Twenty Twelve theme: Pullquote block alignment issue in backend site
-----------------------------------------+------------------------------
Reporter: umesh84 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: 6.1.1
Severity: normal | Resolution:
Keywords: needs-patch has-screenshots | Focuses: ui, css
-----------------------------------------+------------------------------
Comment (by adeltahri):
I reproduced this issue with WordPress version 6.2.0 too, the issue
on editor-blocks.css
this **CSS code** on editor-blocks.css should be removed.
{{{
.edit-post-visual-editor .wp-block-pullquote {
margin: 0;
}
}}}
WordPress Core already has this one:
{{{
.editor-styles-wrapper .wp-block {
margin-left: auto;
margin-right: auto;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/57472#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list