Selectize Field Height

Selectize Field Height

vincmeistervincmeister Posts: 136Questions: 36Answers: 4

Hello All,
Need advise on selectize field height.
The height are different between create and edit.

Please help to fix the height of selectize field on create form
thank you

regards,
Danny

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,726Questions: 1Answers: 10,109 Site admin
    Answer ✓
    .selectize-input {
      padding: 5px 8px;
    }
    

    should do it to override the Selectize default CSS. You can right click on the element and select "Inspect" to see the CSS that is being applied to the element.

    Allan

Sign In or Register to comment.