Make WordPress Core

Ticket #43959: 43959.diff

File 43959.diff, 857 bytes (added by ianbelanger, 6 years ago)

addition of hypens: auto; to .site-title

  • src/wp-admin/css/media.css

     
    431431        position: relative;
    432432}
    433433
     434/*
     435* Media toolbar spacing
     436*/
     437.post-type-attachment .wp-filter select {
     438        margin-right: 8px;
     439}
     440
    434441/**
    435442 * Media Library grid view
    436443 */
  • src/wp-content/themes/twentyseventeen/style.css

     
    15821582        font-size: 24px;
    15831583        font-size: 1.5rem;
    15841584        font-weight: 800;
     1585        -webkit-hyphens: auto;
     1586    -moz-hyphens: auto;
     1587    hyphens: auto;
    15851588        line-height: 1.25;
    15861589        letter-spacing: 0.08em;
    15871590        margin: 0;