summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-07-02 17:21:15 -0400
committerChristopher Speller <crspeller@gmail.com>2015-07-02 17:21:15 -0400
commit681d4d3b78f06f669f7943cb13b5774e7656c740 (patch)
tree703f46a94d9614867679f75c504bba6dc2a15e49 /web/react/components
parent6e1d766d1dff23bfd917bcdfaca3830d4d848c76 (diff)
parenta3d521298a3b65dd3870deffecc8b95efa6cfabe (diff)
downloadchat-681d4d3b78f06f669f7943cb13b5774e7656c740.tar.gz
chat-681d4d3b78f06f669f7943cb13b5774e7656c740.tar.bz2
chat-681d4d3b78f06f669f7943cb13b5774e7656c740.zip
Merge pull request #125 from asaadmahmoodspin/master
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>