mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -815,6 +815,7 @@ button {
|
|||
|
||||
#chat .msg {
|
||||
word-wrap: break-word;
|
||||
word-break: break-word; /* Webkit-specific */
|
||||
}
|
||||
|
||||
#chat .unread-marker {
|
||||
|
|
Loading…
Reference in a new issue