Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProductVariationAdmin is too wide. #296

Open
ryneeverett opened this issue Jun 5, 2016 · 1 comment
Open

ProductVariationAdmin is too wide. #296

ryneeverett opened this issue Jun 5, 2016 · 1 comment

Comments

@ryneeverett
Copy link
Collaborator

This inline makes the width of the entire Product admin page really wide, which forces users of smaller laptops to do horizontal scrolling. I'm not the first to notice this:

Seems like the obvious solution is to switch it to a StackedInline. Does anyone prefer TabularInline? If so we could make the admin base class a setting.

@stephenmcd
Copy link
Owner

I think having all the variations laid out like a table/spreadsheet is super useful for someone managing the products, they can easily scan over one of the columns to see all the values.

Looks like it's the sale start/end dates are the columns that are blowing out - maybe we can do something with those via CSS or some custom HTML to keep them slimmer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants