Make WordPress Core

Ticket #39121: 39121.diff

File 39121.diff, 535 bytes (added by ianbelanger, 5 years ago)

Removes hyphenation and changes word-wrap: break-word; to word-break: break-all; for complete browser support

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

     
    620620
    621621/* Sidebar */
    622622.widget-area .widget {
    623         -webkit-hyphens: auto;
    624         -moz-hyphens: auto;
    625         hyphens: auto;
    626623        margin-bottom: 48px;
    627624        margin-bottom: 3.428571429rem;
    628         word-wrap: break-word;
     625        word-break: break-all;
    629626}
    630627.widget-area .widget h3 {
    631628        margin-bottom: 24px;