mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 05:07:15 +01:00
28 lines
316 B
CSS
28 lines
316 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;
|
|
}
|
|
|
|
.urlFormRow {
|
|
flex-direction: row;
|
|
gap: 0em;
|
|
}
|
|
|
|
.urlFormRow label {
|
|
min-width: 80px;
|
|
}
|