diff --git a/components/ContactForm/ContactForm.module.css b/components/ContactForm/ContactForm.module.css index aa00ca93..34a459cd 100644 --- a/components/ContactForm/ContactForm.module.css +++ b/components/ContactForm/ContactForm.module.css @@ -24,6 +24,7 @@ .textarea { margin-bottom: 0; line-height: 1.5; + min-height: 10em; resize: vertical; }