feat: enhance product listing with additional metrics and sorting options

This commit is contained in:
Victor Noguera
2026-04-13 03:04:28 -04:00
parent 937fe5da40
commit 299ad7a1a6
4 changed files with 60 additions and 21 deletions

View File

@@ -84,6 +84,13 @@ td {
overflow-wrap: anywhere;
}
.product-col {
min-width: 300px;
max-width: 440px;
white-space: normal;
overflow-wrap: anywhere;
}
th {
background: #fafafb;
font-weight: 600;