Fix selectize multiselect box expanding

This commit is contained in:
JonnyWong16 2018-06-30 16:29:52 -07:00
parent 457c23c648
commit 9355d31a27

View file

@ -70,6 +70,8 @@ div.form-control .selectize-input {
background-color: #555;
border-radius: 3px;
transition: background-color .3s;
}
select.form-control {
height: 32px !important;
}
.react-selectize.root-node .react-selectize-control,