copy bunching up in field

  • CanyonFC
    Asked on July 13, 2017 at 6:07 PM

    hello - when publishing a form the copy seems to bunch up on desktop, but not on mobile. see attached screen shot

     

    copy bunching up in field Image 1 Screenshot 20

    Jotform Thread 1198893 Screenshot
  • David JotForm Support Manager
    Replied on July 13, 2017 at 10:58 PM

    Please inject the following code as shown on this guide in order to fix the label width: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-label,.form-label-auto {

        width: 500px !important;

    }