Twenty Ten: Adjust Pullquote Block paragraph font size.
This changeset adjusts the size of paragraphs located inside the Pullquote block to account for changes introduced in [82509b6439 (diff-b45331d9b1b9f01d24ffd110e357ce5722772b0a14303ba72ca216c613fc8076)
Gutenberg PR 43195]. This ensures the size of the paragraph is set to 1.5em in the editor.
Props sabernhardt.
Fixes #56730.
Built from https://develop.svn.wordpress.org/trunk@54475
git-svn-id: http://core.svn.wordpress.org/trunk@54034 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
907986ff68
commit
88b54dc6be
|
@ -261,6 +261,7 @@ p.has-drop-cap:not(:focus)::first-letter {
|
||||||
|
|
||||||
/* Pullquote */
|
/* Pullquote */
|
||||||
|
|
||||||
|
.wp-block-pullquote blockquote > p.rich-text,
|
||||||
.wp-block-pullquote blockquote > .editor-rich-text p {
|
.wp-block-pullquote blockquote > .editor-rich-text p {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.1-beta3-54474';
|
$wp_version = '6.1-beta3-54475';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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