Values inside of Spinner field are cut off in Google Chrome

  • duqadmin
    Asked on June 23, 2015 at 3:28 PM

    Why is the spinner is cutting off half of the number in Chrome?

     

  • BJoanna
    Replied on June 23, 2015 at 4:45 PM

    Are you referring to this form http://www.jotformpro.com/form/51735611181955 ? 

    You can fix this issue by Injecting Custom CSS.  To do that inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code paste this code:

    #input_17_to {

    padding : 0px!important;

    }#input_17_from {

    padding : 0px!important;

    }

    Values inside of Spinner field are cut off in Google Chrome Image 1 Screenshot 20

    Here is my demo form were I added this code: http://form.jotformpro.com/form/51736485321961? 

    Hope this will help. Let us know if you need further assistance. 

  • duqadmin
    Replied on June 24, 2015 at 8:37 AM

    Perfect! Thank you! I will be able to use this with other forms that are having the same issue in Chrome.

  • Jan
    Replied on June 24, 2015 at 10:00 AM

    We're glad to hear that your issue was resolved by BJoanna. Let us know if you need further assistance. Thank you for choosing JotForm.