I cant read the field "deadline" completely. The box is too narrow to show the complete date "2017-11-01".

  • thelittlekitchenhk
    Asked on October 31, 2017 at 2:57 PM

    2. I cant read the field "deadline" completely. The box is too narrow to show the complete date "2017-11-01". Is there any CSS code that I can use to fix it?

  • BJoanna
    Replied on October 31, 2017 at 3:09 PM

    Add this CSS code to your form to resolve the issue with the "deadline" field:

    #lite_mode_140 {

        width : 150px!important;

    }

    How to Inject Custom CSS Codes

    Let us know if you need further assistance.