diff --git a/app/assets/stylesheets/item_trades/_index.sass b/app/assets/stylesheets/item_trades/_index.sass index 007c5a05..010d2b8f 100644 --- a/app/assets/stylesheets/item_trades/_index.sass +++ b/app/assets/stylesheets/item_trades/_index.sass @@ -13,8 +13,11 @@ body.item_trades-index width: 100% table-layout: fixed - th:nth-child(1), th:nth-child(2) - width: 15ch + th, td + &:nth-child(1), &:nth-child(2) + width: 15ch + overflow: hidden + text-overflow: ellipsis .trade-list-names list-style: none