We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Firstly, thank you for creating an awesome UI component library; it's saved us a ton of time.
We are using the component in our application and we are experiencing something a bit odd with the styling.
When I zoom out to 80% in Chrome, the component's bottom border is hidden. See "Customer Name" in the screenshot below:
Note: The "Terms" field is also using the component--but is not having any bottom border rendering issues.
The "Terms" dropdown starts having bottom border rendering issues at 75%:
However, when I zoom out to only 90%, the component's bottom border is visible again:
This seems to be happening in the storybook, as well (at 75% zoom):
I dug through the styles a bit but had no luck finding the issue.
Note: This does not seem to be happening on React Select's component at any zoom (I tried 100%, 90%, 80%, 75%, 66%, all the way down).
The text was updated successfully, but these errors were encountered:
Hi @chris-packett Thank you so much for the issue - I see that the height calculation is a bit smaller -
did you try it on other Chrome versions or other browsers?
Sorry, something went wrong.
Hi @chris-packett Thank you so much for the issue - I see that the height calculation is a bit smaller - did you try it on other Chrome versions or other browsers?
@orrgottlieb Yes, this is also happening on Safari & Firefox.
@talkor Does this issue still need to be fixed?
No branches or pull requests
Firstly, thank you for creating an awesome UI component library; it's saved us a ton of time.
We are using the component in our application and we are experiencing something a bit odd with the styling.
When I zoom out to 80% in Chrome, the component's bottom border is hidden. See "Customer Name" in the screenshot below:
Note: The "Terms" field is also using the component--but is not having any bottom border rendering issues.
The "Terms" dropdown starts having bottom border rendering issues at 75%:
However, when I zoom out to only 90%, the component's bottom border is visible again:
This seems to be happening in the storybook, as well (at 75% zoom):
I dug through the styles a bit but had no luck finding the issue.
Note: This does not seem to be happening on React Select's component at any zoom (I tried 100%, 90%, 80%, 75%, 66%, all the way down).
The text was updated successfully, but these errors were encountered: