mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
19 lines
225 B
CSS
19 lines
225 B
CSS
.filter {
|
|
min-width: 200px;
|
|
}
|
|
|
|
.hiddenInput {
|
|
visibility: hidden;
|
|
min-height: 0px;
|
|
max-height: 0px;
|
|
}
|
|
|
|
.hidden {
|
|
visibility: hidden;
|
|
min-height: 0px;
|
|
max-height: 0px;
|
|
}
|
|
|
|
.urlFormRow label {
|
|
min-width: 80px;
|
|
}
|