For the various property fields, is it possible to make the description field bigger?

  • EricHarris
    Asked on January 4, 2017 at 7:44 PM

    For the various property fields, is it possible to make the description field bigger so that clients can see more of what they are entering in (functionality purposes)? (I can't seem to make this work if it is available?)

    Jotform Thread 1025871 Screenshot
  • Ian
    Replied on January 5, 2017 at 12:52 AM

    Add the following code using INJECT CSS to fix the issue

    .form-textbox{

    width:80%;

    }

    Hope this helps.