Prefill date selectors on leadership page with earliest/latest dates
This commit is contained in:
@@ -979,6 +979,25 @@ tr:hover td {
|
||||
td {
|
||||
padding: 0.5rem 0.65rem;
|
||||
}
|
||||
|
||||
.chart-filters {
|
||||
flex-direction: column;
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.chart-filters .filter-group {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.filter-group input[type="date"] {
|
||||
width: 100%;
|
||||
padding: 0.65rem 0.9rem;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.filter-group-people {
|
||||
min-width: unset;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
|
||||
Reference in New Issue
Block a user