Make WordPress Core

Ticket #57377: 57377.patch

File 57377.patch, 814 bytes (added by nidhidhandhukiya, 22 months ago)
  • wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss

     
    22        position: relative;
    33        border-left: none;
    44        margin: var(--global--spacing-vertical) auto var(--global--spacing-vertical) var(--global--spacing-horizontal);
     5        padding-left: 20px;
    56
    67        p {
    78                font-family: var(--quote--font-family);
     
    1920                content: "\201C";
    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
    2526        .wp-block-quote__citation {