Allow vertical resizing of the toot textarea
This commit is contained in:
parent
9f9680412f
commit
9f731b6a27
|
@ -55,7 +55,8 @@ const textareaStyle = {
|
|||
padding: '10px',
|
||||
fontFamily: 'Roboto',
|
||||
fontSize: '14px',
|
||||
margin: '0'
|
||||
margin: '0',
|
||||
resize: 'vertical'
|
||||
};
|
||||
|
||||
const renderInputComponent = inputProps => (
|
||||
|
|
Reference in a new issue