fix up spoilers
This commit is contained in:
parent
ca28d9c2ae
commit
ca13ec04a8
2 changed files with 1 additions and 35 deletions
|
@ -92,7 +92,7 @@ const StatusContent = React.createClass({
|
|||
|
||||
return (
|
||||
<div className='status__content' style={{ cursor: 'pointer' }} onMouseDown={this.handleMouseDown} onMouseUp={this.handleMouseUp}>
|
||||
<p>
|
||||
<p style={{ marginBottom: hidden ? '0px' : '' }} >
|
||||
<span dangerouslySetInnerHTML={spoilerContent} /> <a onClick={this.handleSpoilerClick}>{toggleText}</a>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue