Do not wrap multiple-choice field options

  • Shanahan_Stacey
    Asked on March 25, 2021 at 8:02 PM

    Hello!

    I can't figure out how to change the layout. I want the description of the choices not to wrap.

    Thanks!

    1616716920 605d247826fe2  Screenshot 10

  • Mike_G JotForm Support
    Replied on March 26, 2021 at 6:19 AM

    Please inject the custom CSS codes into your form to meet your requirements.

    .form-radio-item label {
        white-space: nowrap !important;
    }
    li[data-type="control_radio"] .form-label {
        min-width: 50%;
    }

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

    Please give it a try and let us know if you need any further assistance.