mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
13 lines
152 B
CSS
13 lines
152 B
CSS
.filter {
|
|
min-width: 200px;
|
|
}
|
|
|
|
.hiddenInput {
|
|
visibility: hidden;
|
|
min-height: 0px;
|
|
max-height: 0px;
|
|
}
|
|
|
|
.urlFormRow label {
|
|
min-width: 80px;
|
|
}
|