Merge pull request #576 from thelounge/astorije/550-fix-long-urls

Allow long URLs to break onto next line on Chrome
This commit is contained in:
Jérémie Astori 2016-08-21 01:34:41 -04:00 committed by GitHub
commit ed9c257e4f

View file

@ -815,6 +815,7 @@ button {
#chat .msg {
word-wrap: break-word;
word-break: break-word; /* Webkit-specific */
}
#chat .unread-marker {