Make WordPress Core

Ticket #61800: 61800.patch

File 61800.patch, 424 bytes (added by viralsampat, 11 months ago)

I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.

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

    diff --git src/wp-content/themes/twentytwelve/style.css src/wp-content/themes/twentytwelve/style.css
    index 75e3d28c46..9120089781 100644
    article.sticky .featured-post { 
    899899        overflow: auto;
    900900        padding: 24px;
    901901        padding: 1.714285714rem;
     902        hyphens: none;
    902903}
    903904.entry-content pre code,
    904905.comment-content pre code {