Allow vertical resizing of the toot textarea

This commit is contained in:
nicolas 2016-11-25 18:17:47 +01:00 committed by GitHub
parent 9f9680412f
commit 9f731b6a27

View file

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