Make WordPress Core


Ignore:
Timestamp:
09/13/2023 03:38:27 PM (19 months ago)
Author:
karmatosed
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss

    r53517 r56567  
    33    border-left: none;
    44    margin: var(--global--spacing-vertical) auto var(--global--spacing-vertical) var(--global--spacing-horizontal);
     5    padding-left: 1em;
    56
    67    p {
     
    2021        font-size: var(--quote--font-size);
    2122        line-height: var(--quote--line-height);
    22         left: calc(-0.5 * var(--global--spacing-horizontal));
     23        left: 8px;
    2324    }
    2425
Note: See TracChangeset for help on using the changeset viewer.