Browse Source

Merge pull request #282 from nclm/misc

Allow vertical resizing of the toot textarea
closed-social-glitch-2
Eugen 7 years ago
committed by GitHub
parent
commit
0cfb8dbd20
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      app/assets/javascripts/components/features/compose/components/compose_form.jsx

+ 2
- 1
app/assets/javascripts/components/features/compose/components/compose_form.jsx View File

@ -55,7 +55,8 @@ const textareaStyle = {
padding: '10px',
fontFamily: 'Roboto',
fontSize: '14px',
margin: '0'
margin: '0',
resize: 'vertical'
};
const renderInputComponent = inputProps => (

Loading…
Cancel
Save