Add search field to scrollable choice fields

This commit is contained in:
Raphael Michel
2023-02-17 16:37:58 +01:00
parent 093eaace43
commit 285150354a
2 changed files with 21 additions and 0 deletions

View File

@@ -433,6 +433,9 @@ div.scrolling-multiple-choice, div.scrolling-choice {
height: auto;
padding: 2px 6px;
}
.form-control:first-child {
margin: 0;
}
}
}
table td > .checkbox {