Merge branch 'feat/um-285-report-schema' into dev

This commit is contained in:
Brian Cao
2023-05-18 13:21:35 -07:00
29 changed files with 1007 additions and 14 deletions

View File

@@ -0,0 +1,19 @@
.filter {
min-width: 200px;
}
.hiddenInput {
visibility: hidden;
min-height: 0px;
max-height: 0px;
}
.hidden {
visibility: hidden;
min-height: 0px;
max-height: 0px;
}
.urlFormRow label {
min-width: 80px;
}