Hello,
Sorry for this stupid request, but in inventory, on a single product, the quantity field is too small to accomodate more than 1 digit... which makes it difficult to have a quick view on your inventory.
I checked in console, and this is due to this css :
.com_j2store .inventory-form-control {
width: 60px;
}
Extending this width to 90px makes it perfect, but I couldn't find out how to myself update the css for the admin interface. Could you please update this value in next version, or let me know if there is a way to add a custom.css for the admin interface ?
Thanks