mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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
|
||||
|
||||
@@ -1073,7 +1073,7 @@ hr.wp-block-separator.is-style-dots::before {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Block: Paragraph -------------------------- */
|
||||
/* Block: List ------------------------------- */
|
||||
|
||||
|
||||
/* X. Media Queries
|
||||
|
||||
Reference in New Issue
Block a user