Move server selectize dropdown container

This commit is contained in:
JonnyWong16 2018-02-13 19:30:20 -08:00
commit f77bd6c17b
2 changed files with 5 additions and 3 deletions

View file

@ -104,7 +104,7 @@ div.form-control .selectize-input {
text-overflow: ellipsis;
}
.selectize-dropdown.form-control.selectize-pms-ip {
margin-top: -4px;
margin-left: 15px;
}
.wizard-input-section .selectize-control.form-control.selectize-pms-ip .selectize-dropdown .selectize-dropdown-content {
max-height: 150px;
@ -186,6 +186,8 @@ select.form-control:focus,
display: block;
color: #a0a0a0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.selectize-dropdown .select-all,
.selectize-dropdown .remove-all {