Opened 4 years ago
Closed 4 years ago
#51573 closed defect (bug) (fixed)
Twenty Nineteen: unordered list styles in RTL languages
Reported by: | sabernhardt | Owned by: | |
---|---|---|---|
Milestone: | 5.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | |
Focuses: | css, rtl | Cc: |
Description
Twenty Nineteen does not indent nested unordered lists (in list blocks) for RTL editor styles.
Potential fix:
.rtl .editor-styles-wrapper ul ul, .rtl .editor-styles-wrapper ol ul { padding-right: 2em; }
See also #51157
Attachments (2)
Change History (3)
Note: See
TracTickets for help on using
tickets.
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).