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

Props sabernhardt.
Fixes #51574.

git-svn-id: https://develop.svn.wordpress.org/trunk@49510 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-11-06 11:36:14 +00:00
parent b4a488b650
commit 1e06d3511d
2 changed files with 9 additions and 2 deletions

View File

@@ -1073,7 +1073,14 @@ hr.wp-block-separator.is-style-dots::before {
width: 100%;
}
/* Block: Paragraph -------------------------- */
/* Block: List ------------------------------- */
.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;
}
/* X. Media Queries

View File

@@ -1073,7 +1073,7 @@ hr.wp-block-separator.is-style-dots::before {
width: 100%;
}
/* Block: Paragraph -------------------------- */
/* Block: List ------------------------------- */
/* X. Media Queries