add: product thumbnails ui

This commit is contained in:
trisua 2025-08-10 00:17:21 -04:00
parent 815e730fc0
commit 7a31dcbd9b
6 changed files with 111 additions and 12 deletions

View file

@ -201,8 +201,7 @@ p {
.name {
max-width: 250px;
overflow: hidden;
/* overflow-wrap: break-word; */
overflow-wrap: anywhere;
white-space: nowrap;
text-overflow: ellipsis;
}