Description text is failing to wrap

  • getresultsclub
    Asked on April 17, 2018 at 5:07 PM

    On the following form, longer descriptions are bleeding off of the form in DESKTOP mode, into one long line. This is true on the Preview, tho the preview of the phone device wraps.

    How can we fix this? 

    Jotform Thread 1447895 Screenshot
  • Alexis_P
    Replied on April 17, 2018 at 5:55 PM

    You can try with this code:

    .form-sub-label-container {

             white-space:normal;

    }

    You can inject it to your form by following the guide on this link: -How-to-Inject-Custom-CSS-Codes

    Feel free to ask if you have any other question. 

  • jonathan
    Replied on April 17, 2018 at 8:02 PM

    Please try the solution suggested by Alexis_P. Add the custom CSS codes on your form

    .form-sub-label-container {

    white-space:normal !important;

    }

    1524009708zzz 2018 04 18 07 Screenshot 10


    Let us know if this did not work.


  • getresultsclub
    Replied on April 17, 2018 at 9:53 PM

    Yuppers. That did it. Thanks, everyone. 
    --DC