fix filterable dropdown corner radius

This commit is contained in:
Michael Shamoon 2022-10-28 23:55:43 -07:00
parent 9e91440245
commit 89e0f8e3ef

View File

@ -583,7 +583,7 @@ a.badge {
border-radius: 0.15rem;
}
> .btn:not(:first-child) {
> .btn:not(:first-child):not(:nth-child(2)) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}