Set textarea heights to auto
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
).
GitLab will be updated on 2-Sep-2025 between 12:00 and 13:00. There may be small periods of service instability.
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
).