Force labels to stretch out full length

  • littletongov
    Asked on May 29, 2019 at 9:47 AM

    Is there a way to force labels to use the full width of the form instead of wrapping after just a word or two?

  • Kiran Support Team Lead
    Replied on May 29, 2019 at 11:40 AM

    Please try adding the following CSS code to the form so that the labels shall be displaying normally.

    .form-label.form-label-auto {

        width: auto;

    }

    Thanks!