Twenty Twenty-One: Resolves wrong drop cap alignment in RTL.
Drop cap was not aligning correct for RTL. This removes the float property. Props rafaelgalani, peterwilsoncc, ryancurban, sabernhardt. Fixes #52885. Built from https://develop.svn.wordpress.org/trunk@58583 git-svn-id: http://core.svn.wordpress.org/trunk@58030 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
43126fa789
commit
8b20dd4294
|
@ -2407,7 +2407,6 @@ pre.wp-block-verse {
|
|||
line-height: 0.66;
|
||||
text-transform: uppercase;
|
||||
font-style: normal;
|
||||
float: left;
|
||||
margin: 0.1em 0.1em 0 0;
|
||||
font-size: 5rem;
|
||||
}
|
||||
|
|
|
@ -2303,7 +2303,6 @@ pre.wp-block-verse {
|
|||
line-height: 0.66;
|
||||
text-transform: uppercase;
|
||||
font-style: normal;
|
||||
float: left;
|
||||
margin: 0.1em 0.1em 0 0;
|
||||
font-size: calc(1.2 * var(--heading--font-size-h1));
|
||||
}
|
||||
|
|
|
@ -111,7 +111,6 @@
|
|||
line-height: 0.66;
|
||||
text-transform: uppercase;
|
||||
font-style: normal;
|
||||
float: left;
|
||||
margin: 0.1em 0.1em 0 0;
|
||||
font-size: calc(1.2 * var(--heading--font-size-h1));
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.7-alpha-58582';
|
||||
$wp_version = '6.7-alpha-58583';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue