Skip to content

Commit 6f74f61

Browse files
committed
Twenty-Twenty One: Fixes quotation mark being outside with background.
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
1 parent 640a533 commit 6f74f61

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,6 +1624,7 @@ pre.wp-block-preformatted {
16241624
position: relative;
16251625
border-left: none;
16261626
margin: 30px auto 30px 25px;
1627+
padding-left: 1em;
16271628
}
16281629

16291630
.wp-block-quote p {
@@ -1642,7 +1643,7 @@ pre.wp-block-preformatted {
16421643
content: "“";
16431644
font-size: 1.25rem;
16441645
line-height: 1.7;
1645-
left: -12px;
1646+
left: 8px;
16461647
}
16471648

16481649
.wp-block-quote .wp-block-quote__citation {

0 commit comments

Comments
 (0)