Forceu / barcodebuddy

Barcode system for Grocy
GNU Affero General Public License v3.0
436 stars 58 forks source link

Responsive table layout #42

Open Biont opened 4 years ago

Biont commented 4 years ago

If a product is found with a very, very long name, it will essentially break the table layout entirely since the first column now takes up all space, making it very hard to access the controls. table

The same applies for the select-field of a product that's already created

A bit of CSS would help limit the maximum width of the table columns, but while we're at it, it would be great if the tables would respond better to different display width and mobile views

Forceu commented 4 years ago

Thanks for the feedback! Yes, you are absolutely right, I suppose it would be better to use something like a flexbox. Do you have any experience with HTML? Because I have very little in that regard and would need to read into it first...