Twenty Twenty: Make sure the RTL list styles are preserved after `npm run build`.
Adjust the padding value for better consistency. Props desrosj, sabernhardt, ryelle, mukesh27. Fixes #52401. Built from https://develop.svn.wordpress.org/trunk@50359 git-svn-id: http://core.svn.wordpress.org/trunk@49970 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5f56591fe5
commit
95094becee
|
@ -1081,7 +1081,7 @@ hr.wp-block-separator.is-style-dots::before {
|
|||
.editor-styles-wrapper ol.block-editor-block-list__block,
|
||||
.editor-styles-wrapper ul ul,
|
||||
.editor-styles-wrapper ol ul {
|
||||
padding-right: 2em;
|
||||
padding-right: 1.3em;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1077,6 +1077,13 @@ hr.wp-block-separator.is-style-dots::before {
|
|||
|
||||
/* 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-left: 1.3em;
|
||||
}
|
||||
|
||||
|
||||
/* X. Media Queries
|
||||
/* ------------------------------------------- */
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.7-beta2-50358';
|
||||
$wp_version = '5.7-beta2-50359';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue