Merge pull request #6193 from SimonBrandner/fix/irc-layout-mxid/17648

Fix IRC layout regressions
This commit is contained in:
J. Ryan Stinnett 2021-06-28 16:10:02 +01:00 committed by GitHub
commit 52b578fb3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 32 deletions

View file

@ -140,7 +140,7 @@ export default class SenderProfile extends React.Component<IProps, IState> {
}
return (
<div className="mx_SenderProfile mx_SenderProfile_hover" dir="auto" onClick={this.props.onClick}>
<div className="mx_SenderProfile" dir="auto" onClick={this.props.onClick}>
<span className={`mx_SenderProfile_displayName ${colorClass}`}>
{ displayName }
</span>