You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 preferTabularInline
? If so we could make the admin base class a setting.The text was updated successfully, but these errors were encountered: