Force hide the select2 close cross

This commit is contained in:
Hugo Daniel
2019-08-22 10:32:07 +02:00
parent c464b21d76
commit 7d21d88dc9

View File

@@ -3,7 +3,7 @@
.select2-container {
.select2-choice {
.select2-search-choice-close {
display: none;
display: none !important;
}
.select2-arrow {
width: 22px;