Make WordPress Core

Ticket #56026: 56026.diff

File 56026.diff, 465 bytes (added by devtanbir, 3 years ago)

after applying this solution the issue is resolved.

  • src/wp-content/themes/twentytwentytwo/style.css

    diff --git a/src/wp-content/themes/twentytwentytwo/style.css b/src/wp-content/themes/twentytwentytwo/style.css
    index a002276a07..b00f3175ca 100644
    a b body > .is-root-container > .wp-block-template-part > .wp-block-cover, 
    146146        padding-left: var(--wp--custom--spacing--outer);
    147147}
    148148
     149.wp-block-pullquote blockquote p {
     150    font-size: 1.75em;
     151}