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

20 lines
222 B
CSS
Raw Normal View History

2023-05-12 01:42:58 +02: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;
}