-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
| const PRODUCT_SUMMARY_MAX_WIDTH = 300 |
In the product summary, a variable is hardcoded to 300, making the maximum width 300px with inline css. I need a slightly bigger shelf and to do that the only option is to use the !important flag to overwrite. Ideally, the value of this variable would be set through props in the component or just remove the inline style and pass it to a css file.
Metadata
Metadata
Assignees
Labels
No labels