Fix select2 styling

This commit is contained in:
Oliver 2021-06-29 19:51:31 +10:00
parent 4aed6993d4
commit 981cc2e24e

View File

@ -979,4 +979,8 @@ input[type="date"].form-control, input[type="time"].form-control, input[type="da
max-height: 24px;
border-radius: 4px;
margin-right: 10px;
}
.select2-selection {
overflow-y: clip;
}