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
1 changed files with 1 additions and 0 deletions

View File

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