The text box column in my input tables are not showing text inputed, please can you advise?

  • Underbelly
    Asked on December 9, 2019 at 8:57 AM
  • Kiran Support Team Lead
    Replied on December 9, 2019 at 11:18 AM

    I am checking on this and get back to you with relevant information shortly.

    Thank you for your patience. 

  • Kiran Support Team Lead
    Replied on December 9, 2019 at 11:44 AM

    Please try adding the following CSS code to the form so that the textboxes in the Input table field should be displayed normally.

    td.form-matrix-values .form-textbox {

        padding-left: 3px;

        padding-right: 3px;

        width: 150px;

    }

    Please get back to us if you need any further assistance. We will be happy to help. 

  • Underbelly
    Replied on December 9, 2019 at 5:16 PM

    Thank you, how can I make that specific column wider?


  • Kiran Support Team Lead
    Replied on December 9, 2019 at 10:45 PM

    Please try adding !important to the width property in the CSS code provided.

    td.form-matrix-values .form-textbox {

        padding-left: 3px;

        padding-right: 3px;

        width: 150px !important;

    }

    You may also try increasing the size of the width if necessary as per your requirement.

    Thanks!