Remove useless audit report & change product layout - #7
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5117408ecd
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -1,3 +1,4 @@ | |||
| .product-layout, | |||
There was a problem hiding this comment.
Allow product grid columns to shrink
When a product has a long unbroken name or category value, making .product-layout a grid leaves its children at the CSS Grid default min-width: auto; the .product-detail min-content width can then force the 1.05fr/0.95fr columns wider than the shell and produce horizontal scrolling instead of wrapping. The checkout grid already avoids this with min-width: 0 on its children, so the product grid needs the same shrink allowance and/or word wrapping.
Useful? React with 👍 / 👎.
No description provided.