Merge pull request #1671 from LFlare/fix/1667-hyphen-overflow

Fix hyphenated names overflowing (#1667)
This commit is contained in:
Al McKinlay 2017-11-06 19:55:08 +00:00 committed by GitHub
commit fc3e08c50f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1282,6 +1282,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
display: block;
line-height: 1.6;
padding: 0 16px;
white-space: nowrap;
}
#chat .user-mode::before {