[wp-trac] [WordPress Trac] #51573: Twenty Nineteen: unordered list styles in RTL languages

WordPress Trac noreply at wordpress.org
Tue Oct 20 07:30:22 UTC 2020


#51573: Twenty Nineteen: unordered list styles in RTL languages
---------------------------+-----------------------------
 Reporter:  sabernhardt    |      Owner:  (none)
     Type:  defect (bug)   |     Status:  new
 Priority:  normal         |  Milestone:  Awaiting Review
Component:  Bundled Theme  |    Version:
 Severity:  normal         |   Keywords:  needs-patch
  Focuses:  css, rtl       |
---------------------------+-----------------------------
 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

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/51573>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list