How can I prevent the label from wrapping?

  • spacare
    Asked on August 5, 2017 at 2:53 PM

    Hello

    In the form build this text is on one line, when I preview it it overlaps, is there a fix for that?

    the form is not live just yet

    Jotform Thread 1216798 Screenshot
  • Support_Management Jotform Support
    Replied on August 5, 2017 at 4:15 PM

    That was caused by the narrow width of your input labels. To fix this, inject the following CSS Codes to your Form Builder:

    .form-label {

        width: 100% !important;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes

    Result:

    How can I prevent the label from wrapping? Image 1 Screenshot 20