From be0edc056073b394e9fd00395bf625fc7d095cf1 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Wed, 21 Jun 2023 15:05:57 +0000 Subject: [PATCH] Twenty Sixteen: Fix List block padding in the editor. Props nidhidhandhukiya, sabernhardt, poena. Fixes #58409. git-svn-id: https://develop.svn.wordpress.org/trunk@55966 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentysixteen/css/editor-blocks.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/wp-content/themes/twentysixteen/css/editor-blocks.css b/src/wp-content/themes/twentysixteen/css/editor-blocks.css index 85db767261..369fbe6c34 100644 --- a/src/wp-content/themes/twentysixteen/css/editor-blocks.css +++ b/src/wp-content/themes/twentysixteen/css/editor-blocks.css @@ -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 {