added select 2 on capitolato

This commit is contained in:
2026-03-25 14:23:44 +01:00
parent b562eb4033
commit 223688c372
2 changed files with 78 additions and 4 deletions
+19
View File
@@ -307,4 +307,23 @@
width: 250px !important;
min-width: 250px !important;
}
#partsTableBody .extra-field-td .select2-container {
width: 100% !important;
min-width: 180px !important;
}
#partsTableBody .extra-field-td .select2-selection--single {
height: 31px !important;
padding: 0.15rem 0.35rem !important;
border: 1px solid #ced4da !important;
}
#partsTableBody .extra-field-td .select2-selection__rendered {
line-height: 28px !important;
}
#partsTableBody .extra-field-td .select2-selection__arrow {
height: 29px !important;
}
</style>