Make WordPress Core

Ticket #61800: 61800.4.patch

File 61800.4.patch, 535 bytes (added by viralsampat, 5 months ago)

Latest Patch

  • 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..adea20fb8c 100644
    article.sticky .featured-post { 
    899899        overflow: auto;
    900900        padding: 24px;
    901901        padding: 1.714285714rem;
     902        word-break: normal;
     903        -webkit-hyphens: none;
     904        -moz-hyphens: none;
     905        -ms-hyphens: none;
     906        -o-hyphens: none;
     907        hyphens: none;
    902908}
    903909.entry-content pre code,
    904910.comment-content pre code {