mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 18:08:06 +01:00
Allow vertical resizing of the toot textarea
This commit is contained in:
parent
9f9680412f
commit
9f731b6a27
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ const textareaStyle = {
|
||||||
padding: '10px',
|
padding: '10px',
|
||||||
fontFamily: 'Roboto',
|
fontFamily: 'Roboto',
|
||||||
fontSize: '14px',
|
fontSize: '14px',
|
||||||
margin: '0'
|
margin: '0',
|
||||||
|
resize: 'vertical'
|
||||||
};
|
};
|
||||||
|
|
||||||
const renderInputComponent = inputProps => (
|
const renderInputComponent = inputProps => (
|
||||||
|
|
Loading…
Reference in a new issue