change height of select2

This commit is contained in:
Corban-Lee Jones 2024-03-21 22:58:15 +00:00
parent 6d636ceea3
commit e78945e4d2

View File

@ -16,6 +16,12 @@
-webkit-box-shadow: none !important;
font-size: 1rem !important;
background-color: var(--bs-body-bg) !important;
padding: 0.375rem 0.75rem !important;
}
.select2-container--bootstrap .select2-selection--single {
line-height: 1.5 !important;
height: fit-content !important;
}
.select2-selection__rendered {