How to increase the space to 1.5 or double line on the paragraph of the questions in the form?

  • 1dcform
    Asked on June 11, 2020 at 7:19 PM

     Please see the pic. Thanks.

    1591917674form 20202 Screenshot 10

  • Jovanne JotForm Support
    Replied on June 11, 2020 at 7:29 PM

    Hi, thank you for reaching out to us.


    You can insert this custom CSS code:

    label#label_21 {

        line-height: 200% !important;

    }


    Here is a guide on how to inject custom CSS codesHow-to-Inject-Custom-CSS-Codes


    Let us know if you need further assistance.