Make WordPress Core

Ticket #55975: 55975.patch

File 55975.patch, 1.6 KB (added by nidhidhandhukiya, 2 years ago)

after applying this solution issue is resolved.

  • wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

     
    14751475
    14761476
    14771477}
     1478.editor-styles-wrapper .wp-block-pullquote blockquote p {
     1479    font-size:inherit!important;
     1480}
     1481 No newline at end of file
  • wp-content/themes/twentytwenty/assets/css/editor-style-block.css

     
    14751475
    14761476
    14771477}
     1478.editor-styles-wrapper .wp-block-pullquote blockquote p {
     1479    font-size:inherit!important;
     1480}
     1481 No newline at end of file
  • wp-content/themes/twentytwenty/style.css

     
    32423242
    32433243.wp-block-pullquote blockquote p {
    32443244        font-family: inherit;
    3245         font-size: 2.8rem;
     3245        font-size: inherit;
    32463246        font-weight: 700;
    32473247        line-height: 1.178571429;
    32483248        letter-spacing: -0.041785714em;
     
    53095309
    53105310        /* BLOCK: PULLQUOTE */
    53115311
    5312         .wp-block-pullquote blockquote p {
     5312        /* .wp-block-pullquote blockquote p {
    53135313                font-size: 3.2rem;
    5314         }
     5314        } */
    53155315
    53165316        .wp-block-pullquote cite {
    53175317                margin-top: 2rem;