The text box is overrunning the entry text box. How do we fix spacing?

  • stairnola
    Asked on April 25, 2019 at 2:23 PM
  • Mike_G JotForm Support
    Replied on April 25, 2019 at 4:34 PM

    I have checked the form you linked. And to my understanding, you are referring to the issue shown in the screenshot below.

    1556223759t15 27 43 Screenshot 10

    To fix the issue, please inject the custom CSS codes below to your form.

    .form-line {

      box-sizing: border-box !important;

    }

    1556224313t16 28 37 Screenshot 21

    How-to-Inject-Custom-CSS-Codes

    If you have other questions or concerns, please do not hesitate to let us know.