Fix index select2 input padding and font-family to meet bootstrap input style
This commit is contained in:
@@ -187,6 +187,10 @@ input {
|
|||||||
.mastfoot {
|
.mastfoot {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.select2-container-multi .select2-choices .select2-search-field input {
|
||||||
|
font-family: inherit;
|
||||||
|
padding: 5px 12px;
|
||||||
|
}
|
||||||
.select2-container {
|
.select2-container {
|
||||||
margin: 0 auto !important;
|
margin: 0 auto !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user