Bundled Themes: Twenty Fifteen bulleted list block appears too far to the left in the editor.

Fixes the issue by removing unnecessary margin rules for bulleted lists in the editor.

Props kjellr.
Fixes #50029.
Built from https://develop.svn.wordpress.org/trunk@47934


git-svn-id: http://core.svn.wordpress.org/trunk@47707 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ianbelanger 2020-06-09 14:10:09 +00:00
parent 644fb1b931
commit c681e37da7
2 changed files with 1 additions and 2 deletions

View File

@ -331,7 +331,6 @@ Description: Used to style blocks in the editor.
.edit-post-visual-editor ol,
.editor-block-list__block ol,
.block-library-list ol {
margin: 0 0 1.6em 1.3333em;
padding: 0;
}

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-47933';
$wp_version = '5.5-alpha-47934';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.