graik / labhamster

Django project for simple purchase / order management in scientific labs
MIT License
12 stars 5 forks source link

Limit column width for product in Order table #11

Closed graik closed 6 years ago

graik commented 6 years ago

Currently, column adjusts to longest (product.name + product.vendor.name) of any product.

graik commented 6 years ago

fixed in 1.4.1