add dropDown filter for matched list
This commit is contained in:
@@ -4526,7 +4526,7 @@
|
||||
transition: all 0.3s ease;
|
||||
font-size: 14px;
|
||||
max-width: 300px;
|
||||
|
||||
|
||||
&:disabled {
|
||||
opacity: 0.5;
|
||||
}
|
||||
@@ -4998,4 +4998,17 @@
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.status-filter-select {
|
||||
width: 12.5rem;
|
||||
|
||||
.dropdown-wrapper {
|
||||
.dropdown-button {
|
||||
font-size: 12px;
|
||||
}
|
||||
/* .dropdown-item {
|
||||
font-size: 10px;
|
||||
} */
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user