Spreadsheet widget: How do I increase the row height or make the row heights automatically adjust?

  • Office
    Asked on April 5, 2024 at 2:16 PM
  • Neil JotForm Support
    Replied on April 5, 2024 at 5:03 PM

    Hi Office,

    Thanks for reaching out to Jotform Support. You can inject the CSS code below into the Spreadsheet widget to increase the row height:

    .A {
    height: 70px !important;
    }

    Let me walk you through it:

    1. In Form Builder, select the Spreadsheet widget and click on the wand icon.
    2. Then, go to Custom CSS tab and paste the code.
    3. Once you're done, click on Update Widget.

    Spreadsheet widget: How do I increase the row height or make the row heights automatically adjust? Image 1 Screenshot 20

    That's it. Give it a try and let us know if you need more help.