Make WordPress Core

Ticket #26189: 26189.1.diff

File 26189.1.diff, 481 bytes (added by iamtakashi, 13 years ago)

Make sure non-breaking title in .nav-links to not to overflow.

  • wp-content/themes/twentyfourteen/style.css

     
    15171517 */
    15181518
    15191519.nav-links {
     1520        -webkit-hyphens: auto;
     1521        -moz-hyphens:    auto;
     1522        -ms-hyphens:     auto;
    15201523        border-top: 1px solid rgba(0, 0, 0, 0.1);
     1524        hyphens:         auto;
     1525        word-wrap: break-word;
    15211526}
    15221527
    15231528.post-navigation,