Fix a typo and give CW'd statuses the right cursor (#3918)

lolsob-rspec
Daniel Hunsaker 2017-06-23 15:13:27 -06:00 committed by Eugen Rochko
parent d7318b6840
commit 0c8f23b69f
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ export default class StatusContent extends React.PureComponent {
}
return (
<div className='status__content status__content--with_action' ref={this.setRef} onMouseDown={this.handleMouseDown} onMouseUp={this.handleMouseUp}>
<div className='status__content status__content--with-action' ref={this.setRef} onMouseDown={this.handleMouseDown} onMouseUp={this.handleMouseUp}>
<p style={{ marginBottom: hidden && status.get('mentions').isEmpty() ? '0px' : null }}>
<span dangerouslySetInnerHTML={spoilerContent} />
{' '}