Make WordPress Core

Ticket #61180: 61180.patch

File 61180.patch, 555 bytes (added by pitamdey, 2 years ago)

After applying this solution the issue is resolved

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

     
    818818        margin-left: 0;
    819819        margin-right: 0;
    820820}
     821
     822/* Latest Comments */
     823
     824.wp-block-latest-comments__comment-author,
     825.wp-block-latest-comments__comment-link {
     826        font-weight: 700;
     827        text-decoration: none;
     828}
     829 No newline at end of file