fix(WEB): 품목 목록 품목명 텍스트 잘림(truncate) 제거

This commit is contained in:
2026-01-30 12:00:13 +09:00
parent a486977b80
commit dc2afc4260

View File

@@ -485,9 +485,7 @@ export default function ItemListClient() {
</div>
</TableCell>
<TableCell>
<span className="truncate max-w-[200px] block">
{item.itemName}
</span>
{item.itemName}
</TableCell>
<TableCell className="text-muted-foreground">
{item.specification || '-'}