Add search for external users

This commit is contained in:
Sebastian Serth
2020-05-05 12:34:28 +02:00
parent 72498e21b1
commit 8e8404dffa
9 changed files with 44 additions and 13 deletions

View File

@@ -12,8 +12,12 @@
}
.filter-form {
.form-group:not(:last-child) {
margin-right: 1em;
.form-group {
margin-bottom: 1em;
&:not(:last-child) {
margin-right: 1em;
}
}
input, select {