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:
commit
ed9c257e4f
@ -815,6 +815,7 @@ button {
|
||||
|
||||
#chat .msg {
|
||||
word-wrap: break-word;
|
||||
word-break: break-word; /* Webkit-specific */
|
||||
}
|
||||
|
||||
#chat .unread-marker {
|
||||
|
Loading…
Reference in New Issue
Block a user