Why does my form selection text get moved to the next line?

  • 416soclean
    Asked on April 1, 2019 at 10:33 PM

    I know this is most probably a simple fix, however, on my form I have 2 buttons.  The text for the first button seems to be moved half way onto the second line. How do I fix it.

    Thanks




    Jotform Thread 1778984 Screenshot
  • jherwin
    Replied on April 1, 2019 at 11:42 PM

    Please inject this custom CSS code to your form:

    label#label_input_42_0 {
        width: 100%;
    }

    Guide: How to Inject Custom CSS Codes

    Please give it a try and let us know how it goes.