Allow vertical resizing of the toot textarea

th-downstream
nicolas 8 years ago committed by GitHub
parent edb6713849
commit dfb0bace3c

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

Loading…
Cancel
Save