Make WordPress Core

Ticket #58107: 58107.diff

File 58107.diff, 564 bytes (added by shailu25, 2 years ago)

Twenty Twenty-Two :- PullQuote block Letter case is not working in citation text

  • 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 180e6ad101..bda3f541ef 100644
    a b body > .is-root-container > .wp-block-template-part > .wp-block-cover, 
    159159.wp-block-post-comments ol.commentlist ul.children li:not(:last-child) {
    160160        margin-bottom: 1rem;
    161161}
     162
     163.wp-block-pullquote__citation, .wp-block-pullquote cite{
     164        text-transform: inherit;
     165}
     166 No newline at end of file