Fix hyphenated names overflowing (#1667)

This commit is contained in:
Amos Ng 2017-10-31 00:01:35 +08:00 committed by GitHub
parent a7666a5d56
commit e83ba807f4
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 {