How can I prevent text in an input table from breaking?

  • cgrcrafoord
    Asked on December 6, 2019 at 7:16 AM

    Hi,

    How can I prevent all words in the question column of my input table from breaking (being split up on separate rows, like "Americ-an" below)?

    Also, can you help me resize the padding for the Yes and No Columns?

    1575634437example Screenshot 10

    Thanks!

  • Richie JotForm Support
    Replied on December 6, 2019 at 10:19 AM

    You can add this custom CSS

    .form-matrix-row-headers{

      word-break: normal;

    }

    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know if you need further assistance.

  • cgrcrafoord
    Replied on December 7, 2019 at 9:38 PM

    Thanks!