How can I keep my check box text from taking up two lines?

  • SEOIC
    Asked on August 21, 2014 at 3:58 PM

    I have a couple of phrases that take up two lines and I do not want them to do that. I would like for the phrase to stay on a single line.

     

    How can i make this happen?

  • David JotForm Support
    Replied on August 21, 2014 at 5:13 PM

    Hi,

    You can add this CSS to your form to make it so that specific field does not wrap:

    label[id*="15_5"]

    {

    white-space:nowrap;

    }

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if you have any further questions and we will be happy to help.

    Thank you for using JotForm!