summaryrefslogtreecommitdiffstats
path: root/web/react/components/get_link_modal.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-17 01:30:30 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-17 01:30:30 +0500
commit43368061d5bfd433c8bbb71fba5da45faf8119d9 (patch)
treea222d8444bb7d2e6874d11815afe222a0ae4def7 /web/react/components/get_link_modal.jsx
parent4942b8a405fec10c8ccfae4ec946aebdaf9d415f (diff)
downloadchat-43368061d5bfd433c8bbb71fba5da45faf8119d9.tar.gz
chat-43368061d5bfd433c8bbb71fba5da45faf8119d9.tar.bz2
chat-43368061d5bfd433c8bbb71fba5da45faf8119d9.zip
MM-1401 - Removing most inline styles and other UI changes
Diffstat (limited to 'web/react/components/get_link_modal.jsx')
-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 bbfdce63a..af5314e64 100644
--- a/web/react/components/get_link_modal.jsx
+++ b/web/react/components/get_link_modal.jsx
@@ -38,7 +38,7 @@ module.exports = React.createClass({
<div className="modal-body">
<p>{"The link below is used for open " + strings.TeamPlural + " or if you allowed your " + strings.Team + " members to sign up using their " + strings.Company + " email addresses."}
</p>
- <textarea className="form-control" style={{resize: "none"}} readOnly="true" value={this.state.value}></textarea>
+ <textarea className="form-control no-resize" readOnly="true" value={this.state.value}></textarea>
</div>
<div className="modal-footer">
<button type="button" className="btn btn-default" data-dismiss="modal">Close</button>