osb/public/theme/backend/adminlte/select2/fix-select-height.css

4 lines
90 B
CSS
Raw Normal View History

.select2-selection.select2-selection--single {
height: calc(2.25rem + 2px) !important;
}