Twenty Ten: Improve Pullquote block line height for better readability.

Props melchoyce, sabernhardt, ugyensupport, Heiko_Mamerow, pooja1210.
Fixes #52546.



Built from https://develop.svn.wordpress.org/trunk@55978


git-svn-id: http://core.svn.wordpress.org/trunk@55490 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2023-06-22 05:35:21 +00:00
parent 017d2df5d0
commit c176dfe21e
3 changed files with 11 additions and 1 deletions

View File

@ -124,8 +124,13 @@ p.has-drop-cap:not(:focus)::first-letter {
/* Pullquote */
.wp-block-pullquote {
font-size: 1em;
}
.wp-block-pullquote p {
font-size: 1.5em;
line-height: 1.3;
}
.wp-block-pullquote__citation,

View File

@ -261,9 +261,14 @@ p.has-drop-cap:not(:focus)::first-letter {
/* Pullquote */
.wp-block-pullquote {
font-size: 1em;
}
.wp-block-pullquote blockquote > p.rich-text,
.wp-block-pullquote blockquote > .editor-rich-text p {
font-size: 1.5em;
line-height: 1.3;
}
.wp-block-pullquote .wp-block-pullquote__citation {

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3-alpha-55977';
$wp_version = '6.3-alpha-55978';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.