mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-19 01:25:06 +01:00
Merge pull request #282 from nclm/misc
Allow vertical resizing of the toot textarea
This commit is contained in:
commit
0cfb8dbd20
@ -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 New Issue
Block a user