Why is my field label displaying in multiple lines?

  • NgeeAnnPolytechnic
    Asked on November 29, 2017 at 3:00 AM

    why does my mcq question appear truncated? how to resolve that?

    this is via embed view...

    Jotform Thread 1309610 Screenshot
  • Support_Management Jotform Support
    Replied on November 29, 2017 at 4:23 AM

    Did you mean you wanted to display the label like this?

    Why is my field label displaying in multiple lines? Image 1 Screenshot 20

    You can achieve that by injecting the following CSS codes to your form:

    .form-label {

        white-space: pre;

    }

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