-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
CSS Layout bug with number fields and suffix #96
Comments
Thanks for the issue, @asacarter. I was able to recreate locally. I've added a note to our internal issue tracker and we should get this fixed soon. |
Should be fixed by v1.1.0 |
Still not resolved in v1.1.1 using the same HTML structure. Or has that changed? Hopefully this can be looked at again as it is breaking layouts when used in a sidebar or on mobile. |
Shoot, you are right. We didn't get this fix into the 1.1.0 release. We will get a release out this week that includes it. |
This should be resolved now. |
It seems to be resolved in our app now. |
Issue summary
In Firefox, if a number text field also contains a suffix and the width of the text field is 240px or smaller, the increment and decrement buttons appear to be outside of the text box.
The issue does not seem to occur in Chrome.
Expected behavior
Layout should display as it does in Chrome.
Actual behavior
Layout is broken in Firefox.
Layout is fine in Chrome
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: