summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-18 01:52:37 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-18 01:52:37 +0500
commitea1ef222b717394e8019b203ad37e63d102d0ab9 (patch)
tree08dd03248298c417dc6f74f20fbf7ebccefd7897 /web/react/components
parent1005dfb8e4a276fc394c655f891388795cc60b09 (diff)
downloadchat-ea1ef222b717394e8019b203ad37e63d102d0ab9.tar.gz
chat-ea1ef222b717394e8019b203ad37e63d102d0ab9.tar.bz2
chat-ea1ef222b717394e8019b203ad37e63d102d0ab9.zip
MM-1319 - Copy link and background change
Diffstat (limited to 'web/react/components')
-rw-r--r--web/react/components/get_link_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/get_link_modal.jsx b/web/react/components/get_link_modal.jsx
index 334591ee3..69e565185 100644
--- a/web/react/components/get_link_modal.jsx
+++ b/web/react/components/get_link_modal.jsx
@@ -42,7 +42,7 @@ module.exports = React.createClass({
</div>
<div className="modal-footer">
<button type="button" className="btn btn-default" data-dismiss="modal">Close</button>
- <button data-copy-btn type="button" className="btn btn-primary" data-clipboard-text={this.state.value}>Copy Link</button>
+ <button data-copy-btn type="button" className="btn btn-primary pull-left" data-clipboard-text={this.state.value}>Copy Link</button>
</div>
</div>
</div>