Size Input Table

  • shanegolf
    Asked on June 10, 2020 at 2:31 PM

    I am trying to size the input table inside the form to fit columns widths. I have tried to do CSS coding but can't seem to get it to work. 

  • jonathan
    Replied on June 10, 2020 at 6:13 PM

    Can you please add these CSS codes also to your form.

    .form-line:not(.form-line-column):not([data-type="control_fullname"]) .form-dropdown:not(.time-dropdown) {

        min-width: 100px;

    }

    1591827162zzz 2020 06 11 06 Screenshot 10


    Let us know if this did not work.