mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
19 lines
222 B
CSS
19 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;
|
|
}
|