summaryrefslogtreecommitdiffstats
path: root/web/react/components/new_channel.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-07-07 23:13:43 -0800
committerCorey Hulen <corey@hulen.com>2015-07-07 23:13:43 -0800
commit85b895ecb7a8a2fd4baf8806723c50e72fe8cce0 (patch)
treec401f1eaae6b55e785fdd12c1360f27ac2a351bb /web/react/components/new_channel.jsx
parentf6e8b4f310fdfee13326854acb2443f5b65d1022 (diff)
parentdaaf331eb58062f2c97739d7c75f38e9a6e6b188 (diff)
downloadchat-85b895ecb7a8a2fd4baf8806723c50e72fe8cce0.tar.gz
chat-85b895ecb7a8a2fd4baf8806723c50e72fe8cce0.tar.bz2
chat-85b895ecb7a8a2fd4baf8806723c50e72fe8cce0.zip
Merge pull request #147 from rgarmsen2295/mm-934
MM-934 Users can no longer "click n' drag" text boxes to resize them
Diffstat (limited to 'web/react/components/new_channel.jsx')
-rw-r--r--web/react/components/new_channel.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/new_channel.jsx b/web/react/components/new_channel.jsx
index 13fa5b2cc..160241c1c 100644
--- a/web/react/components/new_channel.jsx
+++ b/web/react/components/new_channel.jsx
@@ -122,7 +122,7 @@ module.exports = React.createClass({
</div>
<div className="form-group">
<label className='control-label'>Description</label>
- <textarea className="form-control" ref="channel_desc" rows="3" placeholder="Description" maxLength="1024"></textarea>
+ <textarea className="form-control" style={{resize: "none"}} ref="channel_desc" rows="3" placeholder="Description" maxLength="1024"></textarea>
</div>
{ server_error }
</form>