improve css consistency

This commit is contained in:
Matthew Hodgson 2015-07-12 16:36:43 +01:00
parent a1ab40064e
commit 98baa0cb0a
7 changed files with 10 additions and 10 deletions

View file

@ -27,7 +27,7 @@ module.exports = React.createClass({
render: function() {
var content = this.props.mxEvent.getContent();
return (
<span ref="content" className="mx_MTextTile mx_messageTileType" onClick={this.onClick}>
<span ref="content" className="mx_MTextTile mx_MessageTile_content" onClick={this.onClick}>
{content.body}
</span>
);