Twenty Sixteen: Fix List block padding in the editor.

Props nidhidhandhukiya, sabernhardt, poena.
Fixes #58409.



Built from https://develop.svn.wordpress.org/trunk@55966


git-svn-id: http://core.svn.wordpress.org/trunk@55478 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2023-06-21 15:07:22 +00:00
parent 4c2a792035
commit d9b8777797
2 changed files with 6 additions and 1 deletions

View File

@ -248,6 +248,11 @@ Description: Used to style blocks in the editor.
padding: 0;
}
.editor-styles-wrapper ol.has-background,
.editor-styles-wrapper ul.has-background {
padding: 1.25em 2.375em;
}
/* Quotes */
.rtl .editor-block-list__block blockquote {

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3-alpha-55965';
$wp_version = '6.3-alpha-55966';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.