
While viewing an order detail page on my Nexus5 last night I noticed a few visual oddities that I thought should be logged as an issue:
@kellychoffman or @jameskoster any ideas on how to make this look better on mobile? One Idea I had was to hide the quantity and price columns on mobile, and maybe have a descriptive line below the sku with something like "Quantity x at $$$ each"
I'm going to drop these here too, since they're order-screen related.
The header is unusable unless you know what these buttons say:

This PriceInput component needs a rethink for how we handle on mobile size, this just looks odd (having prefix/input/suffix each on their own line). It doesn't get better once you change the value & get the reset icon, either.


I'm thinking we could possibly take some inspiration of the work going into the Android app for this screen on the small viewports... but I agree it is getting pretty hard to read now :(
any ideas on how to make this look better on mobile?
What if we kept all the data and just had the product info on its own line? Was thinking it wouldn't need a label as it was obvious its a product:

The header is unusable unless you know what these buttons say:
Perhaps we could turn them into a split button? https://wpcalypso.wordpress.com/devdocs/design/t or hide the "Resend Invoice" all together.
Split button is what I'd suggest as well.
For the table we could do something like we do with the cart on the frontend in core;


Most helpful comment
Split button is what I'd suggest as well.
For the table we could do something like we do with the cart on the frontend in core;