FAQ | This is a LIVE service | Changelog

Skip to content

Set textarea heights to auto

Nick Mattin requested to merge github/fork/thewilkybarkid/textarea-height into master

Created by: thewilkybarkid

<textarea>s are currently only one line high due to the selector ordering. This changes it to what I hope was originally intended (ie their height is auto not 18px).

Merge request reports