Adjust min-height to 150px
j3s j3s@c3f.net
Wed, 10 Jun 2020 17:13:31 -0500
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
templates/form.html
→
templates/form.html
@@ -258,7 +258,7 @@ -webkit-appearance: none;
-moz-appearance: none; appearance: none; } textarea { - min-height: 65px; + min-height: 150px; min-width: 400px; padding-top: 6px; padding-bottom: 6px; }