Adding sub label to drop-down field over-rides field width

  • bigbudgie
    Asked on April 9, 2017 at 8:15 AM

    Hello,

    When i add a sub-label to the drop-down list field it shortens the width of the field to the length of the sub label.

    Can this be over ridden so it retains the width I have set in the field properties.

     

    Many thanks

  • Mike
    Replied on April 9, 2017 at 11:03 AM

    There is some CSS conflict. You may add the next CSS in order to set a minimal width for dropdowns within your form.

    [data-type="control_dropdown"] .form-dropdown {
    min-width: 270px;
    }

    Adding sub label to drop down field over rides field width Image 1 Screenshot 20

    If you need any further assistance, please let us know.