umami/components/pages/reports/ReportForm.module.css
2023-05-18 11:17:35 -07:00

24 lines
264 B
CSS

.filter {
min-width: 200px;
}
.hiddenInput {
max-height: 100px;
}
.hiddenInput {
visibility: hidden;
min-height: 0px;
max-height: 0px;
}
.hidden {
visibility: hidden;
min-height: 0px;
max-height: 0px;
}
.urlFormRow label {
min-width: 80px;
}