Poor usability of ‘Describe your idea’ textarea
The ‘Describe your idea’ textarea is set at a height of 5em with resize:none. This is unhelpfully restrictive and makes entering anything more than 5 lines of text a complete pain.
The simple solution is to remove resize:none or, if that is too great a stretch, use resize:vertical instead.
1
vote