Question label wrapped to the next line

  • NgeeAnnPolytechnic
    Asked on October 1, 2018 at 2:41 AM

    dear sir

    my questions are truncated to 2nd line as show. any idea how to 'stretch' it out? thanks!

  • AshtonP
    Replied on October 1, 2018 at 7:28 AM

    Please Inject following CSS code into your form - 

    .form-label.form-label-auto {

        width: auto !important;

    }

    Related Guide: How-to-Inject-Custom-CSS-Codes 

    Let us know should you need further assistance.