Firefox do not show email underscore in comment form

Firefox do not show email underscore in comment form.

See image:

My site: http://www.mundoemalerta.com/

Hi @jpbenfica,

I hope you are well today and thanks for posting here.

I have tested it on my test site using Firefox browser and it’s working fine for me using latest version of Travelify theme as shown in the attached screenshot.

Could you please share me the page URL from your site where it’s not displaying correctly on Firefox browser so that i can troubleshoot it?

Kind Regards,
Movin

It seems this is happening on your site due to some CSS conflict.

You can try resolving this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

#respond form input[type=text] {
    line-height: 1.5;
}