df
This commit is contained in:
parent
cbabc81a9e
commit
b0236ee7d6
|
|
@ -1575,3 +1575,11 @@ select[class*="selectpicker"],
|
||||||
margin-left: 0 !important;
|
margin-left: 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Empêche l'affichage cumulatif si le plugin déraille */
|
||||||
|
.bootstrap-select .filter-option-inner-inner {
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user