Fix sort options overflow on small screens (#192)

This commit is contained in:
Butter Cat 2024-07-25 20:26:27 -04:00 committed by GitHub
parent 21fd34710c
commit 3677ca10e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -829,10 +829,6 @@ button.submit:hover > svg {
width: 100%;
}
#sort_options {
min-width: fit-content;
}
.search_widget_divider_box > select:last-child {
border-right: 0;
}