Text too large to fit inside text fields

  • motc
    Asked on June 7, 2017 at 4:57 AM

    When respondents type in the short text fields, the text is too tall for the box and you can't read it. The box needs to be higher, and the text shorter so that you can read it. 

    Jotform Thread 1165858 Screenshot
  • Support_Management Jotform Support
    Replied on June 7, 2017 at 8:27 AM

    Looks like the height of your textboxes are too short to accommodate the text. To fix this, try injecting the following CSS Codes:

    .form-textbox {

        min-height: 30px !important;

        padding: 0 5px;

    }

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

    Result:

    Text too large to fit inside text fields Image 1 Screenshot 20

    Feel free to further adjust the height if needed.