Allow long URLs to break onto next line on Chrome

This fixes a bug that displays a horizontal scrollbar and messes up with the layout when URLs (or text) is too long.
Fix is Chrome-specific but so is the bug.
This commit is contained in:
Jérémie Astori 2016-08-20 00:23:56 -04:00
parent 3334713223
commit 66f6a623d8

View file

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