umami/components/pages/reports/FunnelForm.module.css
2023-05-11 16:42:58 -07:00

20 lines
222 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;
}