summaryrefslogtreecommitdiffstats
path: root/web/react/components/edit_channel_modal.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-07-16 18:05:22 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-07-16 18:05:22 -0400
commita2ba1615d3093f4124b59ec57193c4703f1d0620 (patch)
treea222d8444bb7d2e6874d11815afe222a0ae4def7 /web/react/components/edit_channel_modal.jsx
parent4942b8a405fec10c8ccfae4ec946aebdaf9d415f (diff)
parent43368061d5bfd433c8bbb71fba5da45faf8119d9 (diff)
downloadchat-a2ba1615d3093f4124b59ec57193c4703f1d0620.tar.gz
chat-a2ba1615d3093f4124b59ec57193c4703f1d0620.tar.bz2
chat-a2ba1615d3093f4124b59ec57193c4703f1d0620.zip
Merge pull request #197 from asaadmahmoodspin/master
MM-1401 - Removing most inline styles and other UI changes
Diffstat (limited to 'web/react/components/edit_channel_modal.jsx')
-rw-r--r--web/react/components/edit_channel_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/edit_channel_modal.jsx b/web/react/components/edit_channel_modal.jsx
index 255654fd5..c0818959a 100644
--- a/web/react/components/edit_channel_modal.jsx
+++ b/web/react/components/edit_channel_modal.jsx
@@ -43,7 +43,7 @@ module.exports = React.createClass({
<h4 className="modal-title" ref="title">Edit {this.state.title} Description</h4>
</div>
<div className="modal-body">
- <textarea className="form-control" style={{resize: "none"}} rows="6" ref="channelDesc" maxLength="1024" value={this.state.description} onChange={this.handleUserInput}></textarea>
+ <textarea className="form-control no-resize" rows="6" ref="channelDesc" maxLength="1024" value={this.state.description} onChange={this.handleUserInput}></textarea>
</div>
<div className="modal-footer">
<button type="button" className="btn btn-default" data-dismiss="modal">Close</button>