Date picker field too small to show selected date

  • Giguere
    Asked on January 8, 2020 at 9:48 AM

    Good morning,


    Our form is now not showing the input date for all fields. How can we set all date field for proper width ?


    15784948562020 01 08 09 47 16 Screenshot 10

  • Richie JotForm Support
    Replied on January 8, 2020 at 10:40 AM

    Kindly try adding this custom CSS in your form to fix the calendar view.

    .form-sub-label-container {

    display: contents !important;
    }

    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if the issue still remains.

  • Giguere
    Replied on January 9, 2020 at 12:00 PM

    Worked, thank you !