Skip to content
Snippets Groups Projects
Commit 0cfb8dbd authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Merge pull request #282 from nclm/misc

 Allow vertical resizing of the toot textarea
parents a7769c26 9f731b6a
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,8 @@ const textareaStyle = {
padding: '10px',
fontFamily: 'Roboto',
fontSize: '14px',
margin: '0'
margin: '0',
resize: 'vertical'
};
const renderInputComponent = inputProps => (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment