summaryrefslogtreecommitdiffstats
path: root/web/react/components/get_link_modal.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-10-28 14:42:58 -0700
committerCorey Hulen <corey@hulen.com>2015-10-28 14:42:58 -0700
commit9312272234c9bb41741ac174fb4b19c73426dce0 (patch)
treeb57ee6536e6e388c1711ceff47e74f69cfd91a0d /web/react/components/get_link_modal.jsx
parentccf9e0cabd9fcede118ca54b24adb33c788a7ae9 (diff)
parent110bc3e7e9258903230780b25478b03c562cded8 (diff)
downloadchat-9312272234c9bb41741ac174fb4b19c73426dce0.tar.gz
chat-9312272234c9bb41741ac174fb4b19c73426dce0.tar.bz2
chat-9312272234c9bb41741ac174fb4b19c73426dce0.zip
Merge pull request #1219 from asaadmahmoodspin/ui-improvements
Ui improvements
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 325e86f3d..8839bc3c7 100644
--- a/web/react/components/get_link_modal.jsx
+++ b/web/react/components/get_link_modal.jsx
@@ -98,7 +98,7 @@ export default class GetLinkModal extends React.Component {
<br /><br />
</p>
<textarea
- className='form-control no-resize'
+ className='form-control no-resize min-height'
readOnly='true'
ref='textarea'
value={this.state.value}