This commit is contained in:
KONE SOREL 2026-03-18 12:31:44 +00:00
parent d570442097
commit fd51285733

View File

@ -1744,3 +1744,26 @@ select[class*="selectpicker"],
animation: none !important;
}
/* Force l'alignement de la hauteur du SelectPicker avec les inputs sm */
.bootstrap-select .btn.dropdown-toggle {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
height: 31px !important; /* Hauteur standard du form-control-sm */
font-size: 8.5pt !important;
display: flex;
align-items: center;
background-color: #fff !important;
border-width: 2px !important;
}
/* Aligne l'icône de flèche */
.bootstrap-select .btn.dropdown-toggle .filter-option {
display: flex;
align-items: center;
height: 100%;
}
/* Corrige la bordure spécifique si vous utilisez border-start-0 */
.bootstrap-select.border-2 .btn.dropdown-toggle {
border-color: #dee2e6 !important;
}