Gravity Forms on Safari

Hi X! Having a bit of an issue at the moment - it’s just popped up - Gravity Forms’ entry text cuts off visually on Safari -

I contacted GF and they told the me issue was related to the X Theme… Can help me figure out what’s wrong? Thank you :slight_smile:

Hi There,

Please add the following CSS under Customizer > Custom > Global CSS:

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    line-height: 1;
}

Perfect. Thank you Thai!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.