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
No changes, simply use the component. It seems to be including the padding as part of the inner content width, and therefor it doesn't look proper?
The width prop is not working either, even tho a PR exists to add it, it's not actually present. So maybe it doesn't exist anymore?
width
The text was updated successfully, but these errors were encountered:
It's caused by the lack of a box-sizing: content-box; so it's inheriting whatever the parent is using.
box-sizing: content-box;
Sorry, something went wrong.
Thanks for pointing this out! I hope this will be added by default to the component...
Suffer same issue now, it's should be fixed by change the following part totalWidth(): number { return this.hueHeight + (this.hueWidth + 8) * 2 },
it makes no sense, if above part is overflow the box, but below part is ok
Same problem here, in Safari...
No branches or pull requests
No changes, simply use the component. It seems to be including the padding as part of the inner content width, and therefor it doesn't look proper?
The
width
prop is not working either, even tho a PR exists to add it, it's not actually present. So maybe it doesn't exist anymore?The text was updated successfully, but these errors were encountered: