Enhancement: file task filtering (#8421)

This commit is contained in:
shamoon
2024-12-03 10:44:52 -08:00
committed by GitHub
parent 5f7c60d9a1
commit b4e369b556
5 changed files with 220 additions and 31 deletions

View File

@@ -26,3 +26,14 @@ pre {
max-width: 150px;
}
}
.input-group .dropdown .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.z-10 {
z-index: 10;
}