umami/components/pages/reports/ReportForm.module.css

24 lines
264 B
CSS
Raw Normal View History

2023-05-11 23:42:58 +00:00
.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;
}
2023-05-15 04:38:03 +00:00
.urlFormRow label {
min-width: 80px;
}