summaryrefslogtreecommitdiffstats
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
parent1005dfb8e4a276fc394c655f891388795cc60b09 (diff)
downloadchat-ea1ef222b717394e8019b203ad37e63d102d0ab9.tar.gz
chat-ea1ef222b717394e8019b203ad37e63d102d0ab9.tar.bz2
chat-ea1ef222b717394e8019b203ad37e63d102d0ab9.zip
MM-1319 - Copy link and background change
-rw-r--r--web/react/components/get_link_modal.jsx2
-rw-r--r--web/sass-files/sass/partials/_responsive.scss2
2 files changed, 1 insertions, 3 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>
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index a34bbe8d8..0037879cf 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -6,7 +6,6 @@
&.other--root {
.post-comment {
margin-left: -7px;
- background: #e8e8e8;
}
}
}
@@ -84,7 +83,6 @@
&.other--root {
.post-comment {
margin-left: -7px;
- background: #e8e8e8;
}
}
}