Don't overflow long usernames in the trades table

They can just ellipsis, that's fine, the full name is not essential
when you're just scanning the list; you're gonna pop it open and see
the full name during contact anyway.
This commit is contained in:
Emi Matchu 2024-01-21 06:52:51 -08:00
parent 5d577db649
commit 42b1bf3e8c

View file

@ -13,8 +13,11 @@ body.item_trades-index
width: 100%
table-layout: fixed
th:nth-child(1), th:nth-child(2)
th, td
&:nth-child(1), &:nth-child(2)
width: 15ch
overflow: hidden
text-overflow: ellipsis
.trade-list-names
list-style: none