From 16c36e4d2eedfec1536c4c6f2a05ca7e9c28c664 Mon Sep 17 00:00:00 2001 From: Ian Belanger Date: Tue, 9 Jun 2020 14:08:04 +0000 Subject: [PATCH] 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. git-svn-id: https://develop.svn.wordpress.org/trunk@47934 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/css/editor-blocks.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-content/themes/twentyfifteen/css/editor-blocks.css b/src/wp-content/themes/twentyfifteen/css/editor-blocks.css index 5b1e90c947..56c02cba4f 100644 --- a/src/wp-content/themes/twentyfifteen/css/editor-blocks.css +++ b/src/wp-content/themes/twentyfifteen/css/editor-blocks.css @@ -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; }