Make WordPress Core

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#51574 closed defect (bug) (fixed)

Twenty Twenty: unordered list styles in RTL languages

Reported by: sabernhardt's profile sabernhardt Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.6 Priority: normal
Severity: normal Version:
Component: Bundled Theme Keywords: has-patch needs-testing
Focuses: css, rtl Cc:

Description

Twenty Twenty does not indent nested unordered lists (in list blocks) for RTL editor styles.

See also #51157 and #51573

Attachments (3)

51574.patch (1.2 KB) - added by sabernhardt 4 years ago.
2020-rtl-lists.png (541.4 KB) - added by sabernhardt 4 years ago.
before patch
2020-rtl-after-patch.png (541.4 KB) - added by sabernhardt 4 years ago.
after patch

Download all attachments as: .zip

Change History (7)

@sabernhardt
4 years ago

#1 @sabernhardt
4 years ago

  • Keywords needs-testing added

Potential fix in 51574.patch :

.editor-styles-wrapper ul.block-editor-block-list__block,
.editor-styles-wrapper ol.block-editor-block-list__block,
.editor-styles-wrapper ul ul,
.editor-styles-wrapper ol ul {
	padding-right: 2em;
}

Note: the group block heading alignment issue in the screenshots was already reported in #51148

@sabernhardt
4 years ago

before patch

@sabernhardt
4 years ago

after patch

#2 @SergeyBiryukov
4 years ago

  • Milestone changed from Awaiting Review to 5.6

#3 @SergeyBiryukov
4 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 49510:

Twenty Twenty: Correctly indent nested unordered lists in RTL editor styles.

Props sabernhardt.
Fixes #51574.

Note: See TracTickets for help on using tickets.