]> cat aescling's git repositories - mastodon.git/commitdiff
Allow vertical resizing of the toot textarea
authornicolas <nclm@users.noreply.github.com>
Fri, 25 Nov 2016 17:17:47 +0000 (18:17 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Nov 2016 17:17:47 +0000 (18:17 +0100)
app/assets/javascripts/components/features/compose/components/compose_form.jsx

index 5ad1ca172fedeb8ccc1963b3b8d52574da4adab2..b16731c054ec7dad5549a87a36f57ca43eb0798c 100644 (file)
@@ -55,7 +55,8 @@ const textareaStyle = {
   padding: '10px',
   fontFamily: 'Roboto',
   fontSize: '14px',
-  margin: '0'
+  margin: '0',
+  resize: 'vertical'
 };
 
 const renderInputComponent = inputProps => (