Contact form field text doesnt fit on mobile

This is the code:

{% comment %} staff? {% endcomment %}

Do You have staff for customer support/engagement?

{% comment %} Website or social media {% endcomment %}

What's Your website or social media account?

This is the site: https://automatica.it.com/pages/contact

how do I make it fit on mobile?

@mindageris oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
@media (max-width: 749px) {input#ContactForm-Staff {height: 7rem;}}