fix: result filter not filtering

This commit is contained in:
2025-07-05 13:58:00 -05:00
parent d29b84ec78
commit 98041fd20b
5 changed files with 15 additions and 2 deletions

View File

@@ -68,10 +68,18 @@ dialog[data-dialog-target="dialog"][closing] {
display: none;
}
.r-tablerow {
display: flex;
}
@media screen and (min-width: 768px) {
.r-tablecell {
display: inline-table;
}
.r-tablerow {
display: table-row;
}
}
.options-table {