Packstack-Tech/packstack

bug: Edit Pack --> Quantity not showing

Closed this issue · 2 comments

Checked in Chrome & Edge - when editing / creating a pack, the "qty" shows, but add/subtract arrows are nearly hidden except onmouseover, but the actual # is completely hidden. Probably a little glitch now that manufacturer field is displayed :-)

pack_quantity

I am seeing this too. Pretty sure it's related to this:

<div>{item.manufacturer}</div>

item.manufacturer is taking up additional space

grid-template-columns: 30px 170px minmax(200px, auto) 70px 40px 70px 30px;

Has 7 columns instead of 8

Fixed