Skip to content

Commit

Permalink
Twenty Twenty-One: Resolves wrong drop cap alignment in RTL.
Browse files Browse the repository at this point in the history
Drop cap was not aligning correct for RTL. This removes the float property.

Props rafaelgalani, peterwilsoncc, ryancurban, sabernhardt.
Fixes #52885.


git-svn-id: https://develop.svn.wordpress.org/trunk@58583 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
karmatosed committed Jun 26, 2024
1 parent 0361f9a commit b64610b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
Expand Down
Loading

0 comments on commit b64610b

Please sign in to comment.