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:
parent
4c2a792035
commit
d9b8777797
|
@ -248,6 +248,11 @@ Description: Used to style blocks in the editor.
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.editor-styles-wrapper ol.has-background,
|
||||||
|
.editor-styles-wrapper ul.has-background {
|
||||||
|
padding: 1.25em 2.375em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Quotes */
|
/* Quotes */
|
||||||
|
|
||||||
.rtl .editor-block-list__block blockquote {
|
.rtl .editor-block-list__block blockquote {
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue