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
This commit is contained in:
Jb Audras
2023-06-21 15:05:57 +00:00
parent ae118cc14b
commit be0edc0560

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 {