Make WordPress Core

Ticket #46703: 46703.diff

File 46703.diff, 749 bytes (added by ianbelanger, 6 years ago)

Fixes word-wrap issues

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

     
    15871587        font-size: 24px;
    15881588        font-size: 1.5rem;
    15891589        font-weight: 800;
     1590        -webkit-hyphens: auto;
     1591        -moz-hyphens: auto;
     1592        hyphens: auto;
    15901593        line-height: 1.25;
    15911594        letter-spacing: 0.08em;
    15921595        margin: 0;
    15931596        padding: 0;
    15941597        text-transform: uppercase;
     1598        word-wrap: break-word;
     1599        word-break: break-all;
    15951600}
    15961601
    15971602.site-title,
     
    16471652body:not(.title-tagline-hidden) .site-branding-text {
    16481653        display: inline-block;
    16491654        vertical-align: middle;
     1655        max-width: 100%;
    16501656}
    16511657
    16521658.custom-header {