diff --git a/templates/parts.html b/templates/parts.html index 9586bef..fe15230 100644 --- a/templates/parts.html +++ b/templates/parts.html @@ -24,6 +24,14 @@ table.sortable tbody tr:nth-child(2n+1) td { background: #ecf0f1; } +.name-class { + max-width: 300px; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} + + @media only screen and (max-width: 480px) { /* horizontal scrollbar for tables if mobile screen */ img { @@ -166,15 +174,18 @@ table.sortable tbody tr:nth-child(2n+1) td { +
+ | Part Num | Color | -Name | +Name | element_id | total_quantity |
---|