add dropDown filter for matched list

This commit is contained in:
smanylov
2026-03-27 17:22:09 +07:00
parent f4a0222e0e
commit 11d65410e6
5 changed files with 67 additions and 15 deletions
+14 -1
View File
@@ -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;
} */
}
}