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
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.
The text was updated successfully, but these errors were encountered:
product-summary/react/ProductSummaryCustom.tsx
Line 24 in b5cb5a4
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.
The text was updated successfully, but these errors were encountered: