summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_info.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-01-11 09:57:27 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-01-11 09:57:27 -0500
commit01d6a48419d351f92c40f8ed9352fa203cc46e4a (patch)
tree621648425e7d6d973ef3cb1e25651e928b5d6bef /web/react/components/post_info.jsx
parent7aa7f83524c06b6e0a9ec2274d4ac4744a83bda8 (diff)
parent7f1f7885e73b2e54b590adc2207d807cf72b3843 (diff)
downloadchat-01d6a48419d351f92c40f8ed9352fa203cc46e4a.tar.gz
chat-01d6a48419d351f92c40f8ed9352fa203cc46e4a.tar.bz2
chat-01d6a48419d351f92c40f8ed9352fa203cc46e4a.zip
Merge pull request #1822 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
Diffstat (limited to 'web/react/components/post_info.jsx')
-rw-r--r--web/react/components/post_info.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/post_info.jsx b/web/react/components/post_info.jsx
index 21683bb01..26bd6adde 100644
--- a/web/react/components/post_info.jsx
+++ b/web/react/components/post_info.jsx
@@ -223,13 +223,13 @@ export default class PostInfo extends React.Component {
/>
</li>
<li className='col col__reply'>
- {comments}
<div
className='dropdown'
ref='dotMenu'
>
{dropdown}
</div>
+ {comments}
<Overlay
show={this.state.show}
target={() => ReactDOM.findDOMNode(this.refs.dotMenu)}