Make WordPress Core

Ticket #56073: 56073.1.patch

File 56073.1.patch, 955 bytes (added by nidhidhandhukiya, 4 years ago)

After applying this solution both the issue is resolved.

  • wp-content/themes/twentyseventeen/assets/css/editor-blocks.css

     
    818818        margin-left: 0;
    819819        margin-right: 0;
    820820}
     821.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
     822    color: inherit!important;
     823        font-size: inherit!important;
     824}
  • wp-content/themes/twentyseventeen/style.css

     
    43644364                padding: 0;
    43654365        }
    43664366}
     4367.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
     4368    color: inherit!important;
     4369        font-size: inherit!important;
     4370}
     4371