Wrapped comment messages in divs like posts in the center pane

This commit is contained in:
hmhealey
2015-09-21 10:03:47 -04:00
parent 7255209b72
commit d1101e3c91
2 changed files with 2 additions and 2 deletions

View File

@@ -207,7 +207,7 @@ export default class RhsComment extends React.Component {
<div className='post-body'>
<p className={postClass}>
{loading}
<span
<div
onClick={TextFormatting.handleClick}
dangerouslySetInnerHTML={{__html: TextFormatting.formatText(post.message)}}
/>

View File

@@ -147,7 +147,7 @@ export default class RhsRootPost extends React.Component {
</li>
</ul>
<div className='post-body'>
<p
<div
onClick={TextFormatting.handleClick}
dangerouslySetInnerHTML={{__html: TextFormatting.formatText(post.message)}}
/>