Formatting issue on field labels

  • KGusewelle
    Asked on September 9, 2019 at 8:53 AM

    Hello,

    Why is the formatting off on our JotForm? When we are in edit mode, the lines are straight across but when we go to use it or put it in preview mode, the lines drop into two lines. We have the same wording on the Hourly Field New Hire Kickoff and it stays on one line when using the form. We want it to looks just like that. Please let me know how we can fix this. I've attached a document for reference. 


    Elisa Courter


    Jotform Thread 1956878 Screenshot
  • Richie JotForm Support
    Replied on September 9, 2019 at 9:41 AM

    You may try this custom CSS to change your display content for your form labels.

    .form-label.form-label-auto {

        display: contents !important;


    }

    Guide:-How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know if the issue still remains.