font height cut off

  • kauseway
    Asked on December 29, 2014 at 5:07 PM

    I have tried different ways to adjust the font height in this form but it is still cutting off. 

     

    http://form.jotformpro.com/form/43456658411963

    Jotform Thread 483737 Screenshot
  • Carina
    Replied on December 29, 2014 at 6:32 PM

    I tested and could only replicate the same situation on Firefox. Please try adding this code to your form:

    #input_79, #input_76, #input_81, #input_84, #input_85, #input_76, #input_83, #input_86

    {height: 20px;}

    Let us know if we can assist you further.

  • kauseway
    Replied on December 29, 2014 at 6:39 PM

    Yea it doenst show on your designer form unless viewed in phone mode. It is also showing up in chrome.  I did try that with no effect.

  • Kiran Support Team Lead
    Replied on December 29, 2014 at 10:28 PM

    I see that the height of these textboxes are set to 18px height from the designer. 

    font height cut off Image 1 Screenshot 20

    Could you try adding !important to the height in the injected code to see if that resolves the issue?

    #input_79, #input_76, #input_81, #input_84, #input_85, #input_76, #input_83, #input_86

    {height: 20px !important;}

    Let us know if the issue still persists. We will be happy to look into this issue further.

    Thanks!