Skip to content

Commit

Permalink
Twenty-Twenty One: Fixes quotation mark being outside with background.
Browse files Browse the repository at this point in the history
The quotation marks were outside when the background color was applied.

Props nidhidhandhukiya, sabernhardt, shailu25, harshgajipara, poena, huzaifaalmesbah.
Fixes #57377. 


git-svn-id: https://develop.svn.wordpress.org/trunk@56567 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
karmatosed committed Sep 13, 2023
1 parent 640a533 commit 6f74f61
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1624,6 +1624,7 @@ pre.wp-block-preformatted {
position: relative;
border-left: none;
margin: 30px auto 30px 25px;
padding-left: 1em;
}

.wp-block-quote p {
Expand All @@ -1642,7 +1643,7 @@ pre.wp-block-preformatted {
content: "“";
font-size: 1.25rem;
line-height: 1.7;
left: -12px;
left: 8px;
}

.wp-block-quote .wp-block-quote__citation {
Expand Down
Loading

0 comments on commit 6f74f61

Please sign in to comment.