Skip to content
Snippets Groups Projects
Commit ff2da21d authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Fix content warning margin

parent b5bf807a
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ const StatusContent = React.createClass({
return (
<div className='status__content' style={{ cursor: 'pointer' }} onMouseDown={this.handleMouseDown} onMouseUp={this.handleMouseUp}>
<p style={{ marginBottom: hidden && mentionLinks.size === 0 ? '0px' : '' }} >
<p style={{ marginBottom: hidden && status.get('mentions').size === 0 ? '0px' : '' }} >
<span dangerouslySetInnerHTML={spoilerContent} /> <a className='status__content__spoiler-link' style={spoilerStyle} onClick={this.handleSpoilerClick}>{toggleText}</a>
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment