[wp-trac] [WordPress Trac] #51573: Twenty Nineteen: unordered list styles in RTL languages
WordPress Trac
noreply at wordpress.org
Tue Feb 2 05:38:32 UTC 2021
#51573: Twenty Nineteen: unordered list styles in RTL languages
---------------------------+-----------------------
Reporter: sabernhardt | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 5.7
Component: Bundled Theme | Version:
Severity: normal | Resolution: fixed
Keywords: | Focuses: css, rtl
---------------------------+-----------------------
Changes (by sabernhardt):
* keywords: needs-patch =>
* status: new => closed
* resolution: => fixed
* milestone: Awaiting Review => 5.7
Comment:
The underlying problem has been fixed on the editor side in GB27947 for
WordPress 5.7 (merged into core with #52394).
The left margin and padding added to these list elements by the editor
will be reflected to the right side in RTL languages (in WordPress 5.7).
{{{
.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
margin-bottom: 28px;
padding-left: 1.3em;
margin-left: 1.3em;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/51573#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list