Cobalt form improvements - on insert/update action & taller multiselect

This commit is contained in:
garrettmills
2020-05-22 09:05:17 -05:00
parent c74e3b0685
commit 8701df1acc
4 changed files with 23 additions and 5 deletions

View File

@@ -82,3 +82,7 @@ body {
opacity: 1;
}
}
select.multi {
min-height: 200px;
}