Skip to content

Commit

Permalink
Merge pull request thelounge#576 from thelounge/astorije/550-fix-long…
Browse files Browse the repository at this point in the history
…-urls

Allow long URLs to break onto next line on Chrome
  • Loading branch information
astorije authored Aug 21, 2016
2 parents 82fdd6a + c5ffe24 commit a193186
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,7 @@ button {

#chat .msg {
word-wrap: break-word;
word-break: break-word; /* Webkit-specific */
}

#chat .unread-marker {
Expand Down

0 comments on commit a193186

Please sign in to comment.