Fix width of message detail screen (#2478)

This commit is contained in:
Scott Nonnenberg 2018-06-21 12:02:50 -07:00 committed by GitHub
parent 91e7155736
commit 445839770b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -158,7 +158,7 @@ export class ContactDetail extends React.Component<Props> {
const { contact, hasSignalAccount, i18n, onSendMessage } = this.props;
return (
<div className="contact-detail">
<div className="contact-detail-component">
{renderAvatar(contact, i18n)}
{renderName(contact)}
{renderContactShorthand(contact)}