Expand the input table column width

  • melodicsounds
    Asked on July 24, 2018 at 1:58 PM

    Hi,


    In my form: https://form.jotform.co/81646521731859 I have a table widget named: "assets" in there I have 1 column "$ value". Can you please give me a CSS so this field "$ value" can be wider?


    Thanks!

  • Elton Support Team Lead
    Replied on July 24, 2018 at 3:24 PM

    Here's the CSS:

    #id_53 .form-matrix-values .form-textbox {

        width: 100%;

        box-sizing: border-box;

    }

    Result:

    Expand the input table column width Image 1 Screenshot 20

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