Time/Date Field not fully visible

  • MrMennens
    Asked on May 27, 2016 at 10:58 AM

    As you can see below, i'm unable to see the complet time in the boxes.

    I tried to fix this with the _______ (underscores) but it doesn't work..

     

    Time/Date Field not fully visible Image 1 Screenshot 20

    Could you guys help me fix this problem and get rid of the ____?

     

    Thnx!

  • Chriistian Jotform Support
    Replied on May 27, 2016 at 11:21 AM

    Hi,

    Please try injecting the following CSS to your form:

    [data-type="control_time"] .form-sub-label-container:last-child {

    width: 37%;

    }

     

    To inject CSS to your form, please see How to Inject Custom CSS Codes.

     

    The result should be as follows.

    Time/Date Field not fully visible Image 1 Screenshot 20