Merge pull request #282 from nclm/misc

Allow vertical resizing of the toot textarea
This commit is contained in:
Eugen 2016-11-26 18:30:03 +01:00 committed by GitHub
commit 0cfb8dbd20

View file

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