mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00: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;
|
|
}
|