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
Is your feature request related to a problem? Please describe.
I have a problem on the iphone where it zooms when I try to select something in the select tag (the error happens in the inputs too).
Describe the solution you'd like
To solve the problem just add the css font-size: inherit;, this will solve the problem, but to add this style I need a class.
Is your feature request related to a problem? Please describe.
I have a problem on the iphone where it zooms when I try to select something in the select tag (the error happens in the inputs too).
Describe the solution you'd like
To solve the problem just add the css
font-size: inherit;
, this will solve the problem, but to add this style I need a class.Component:
https://github.com/vtex-apps/product-list/blob/master/react/QuantitySelector.tsx
The text was updated successfully, but these errors were encountered: