Number Inputs (Spinners) Are Not Showing the Full Height of the Numbers

  • ceffarmoor
    Asked on December 16, 2015 at 6:28 PM

    The answer box to several of my questions is cut off, so that it makes it hard to see the number you entered.  How do I fix that?  

  • Jan
    Replied on December 16, 2015 at 7:32 PM

    I wasn't able to replicate your issue. I believe you are still working on the form because when I refreshed your form, I saw that the theme changes. Also, I noticed that it is now responsive.

    If you want to make sure that your forms will look good in mobile devices, please make sure that your form is responsive. Here's a guide on how to make forms mobile responsive.

    Thank you.

     

  • abajan Jotform Support
    Replied on December 16, 2015 at 7:45 PM

    Hi,

    I think you're referring to the number (spinner) fields not showing the full height of the numbers. To correct that, please inject the following CSS:

    .form-spinner-input {
       height: inherit !important;
    }

    When done, your JorForm's number fields should look like those in this clone.

    If you need further help with this or anything else, please inform us.

    Thanks