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:
parent
3334713223
commit
66f6a623d8
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user