-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
15 pixel different in width between Firefox and Chrome #135
Comments
+1 This PR fixes the issue. I am currently overriding the sizer style(s) with css:
|
Same problem, fix pls |
Same |
I just created a new NPM module please check it out:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did search so I apologize if it's already been discussed.
There seems to be a 15px difference in width between Firefox and Chrome (probably Safari as well).
I.e the examples page (http://jedwatson.github.io/react-input-autosize/):
Chrome:
Width of bottom input is 78 pixels
Firefox:
Width is 93 pixels
I'm seeing the same 15 px difference in my project.
The text was updated successfully, but these errors were encountered: