Skip to content

Product summary fixed max-width #372

@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions