Make WordPress Core

Ticket #24890: wordbreak.diff

File wordbreak.diff, 529 bytes (added by rickalee, 10 years ago)
  • wp-content/themes/twentyfourteen/style.css

     
    19431943.comment-content {
    19441944        padding-left: 36px;
    19451945        padding-left: 3.6rem;
     1946        word-wrap: break-word;
    19461947}
    19471948.comment-content a {
    19481949        word-wrap: break-word;
     
    33793380        .full-width .commentlist li.pingback {
    33803381                padding-right: 0;
    33813382        }
    3382 }
    3383  No newline at end of file
     3383}