This commit is contained in:
KONE SOREL 2026-03-11 17:37:27 +00:00
parent cbabc81a9e
commit b0236ee7d6

View File

@ -1514,7 +1514,7 @@ select[class*="selectpicker"],
width: 68px !important;
min-width: 68px !important;
}
body.toggle-sidebar #main {
margin-left: 68px !important;
}
@ -1574,4 +1574,12 @@ select[class*="selectpicker"],
#main {
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;
}