Make time only field drop downs wider

  • memsforms
    Asked on August 6, 2015 at 4:35 PM

    I have two time-only fields on my form.  When the user chooses a time, the field isn't wide enough to actually display it.  See attached screenshot.

    Jotform Thread 631162 Screenshot
  • Mike
    Replied on August 6, 2015 at 6:01 PM

    Please add the next CSS in order to fix the width issue.

    [data-type="control_time"] .form-dropdown {
    min-width: 50px;
    }

    Make time only field drop downs wider Image 1 Screenshot 20

    If you need any further assistance, please let us know.

  • memsforms
    Replied on August 7, 2015 at 9:15 AM

    That did it!  You guys are awesome!