Make WordPress Core

Ticket #46703: 46703.1.diff

File 46703.1.diff, 429 bytes (added by ianbelanger, 6 years ago)

Fixes word-wrap issues, with less CSS

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

     
    16471647body:not(.title-tagline-hidden) .site-branding-text {
    16481648        display: inline-block;
    16491649        vertical-align: middle;
     1650        max-width: 100%;
    16501651}
    16511652
    16521653.custom-header {