Fix expanding selectize box
This commit is contained in:
@@ -66,7 +66,6 @@ div.form-control .selectize-input {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
border: 0px solid #444;
|
border: 0px solid #444;
|
||||||
background: #555;
|
background: #555;
|
||||||
height: 32px;
|
|
||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
background-color: #555;
|
background-color: #555;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@@ -92,6 +91,7 @@ div.form-control .selectize-input {
|
|||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
border-bottom-left-radius: 3px;
|
border-bottom-left-radius: 3px;
|
||||||
min-height: 32px !important;
|
min-height: 32px !important;
|
||||||
|
height: 32px !important;
|
||||||
}
|
}
|
||||||
.input-group .selectize-control.form-control.selectize-pms-ip .selectize-input > div {
|
.input-group .selectize-control.form-control.selectize-pms-ip .selectize-input > div {
|
||||||
max-width: 450px;
|
max-width: 450px;
|
||||||
|
Reference in New Issue
Block a user