How do I make the boxes within the charts/tables larger?

  • ORescueNP
    Asked on October 17, 2020 at 2:57 PM

    I need the boxes within the tables to be larger so that all the text within each box (as the form is filled out) will be readable without scrolling through the tiny box. Please help!

    Jotform Thread 2639941 Screenshot
  • Jimmy_D
    Replied on October 17, 2020 at 7:07 PM

    Thanks for contacting us.

    Unfortunately, the one solution that use to work which is the CSS code below no longer works on modern browsers.

    .form-matrix-values .form-textbox{

    word-wrap: break-word;

    word-break: break-all;

    }

    Alternatively, you can use the configurable list widget which has TextArea fields that allow multiple line input.

    Related guide: setting-up-and-using-the-configurable-list-widget

    Let us know should you have more questions.