We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The toggle buttons are positioned on top of each other, and not centered vertically.
Seems to be due to a css variable scoping issue (works if you change "v1-24-5" to "v1-24-6")
--_ui5wcr_anchor-btn-center: calc((var(--_ui5-v1-24-5_button_base_min_width) - var(--sapButton_BorderWidth))/2);
https://stackblitz.com/edit/github-yrscqc?file=src%2FApp.tsx
expected correct positioning
1.29.3
1.24.4
Chrome
No response
issue occurring after version 1.28.0
SuccessFactors
The text was updated successfully, but these errors were encountered:
3822bee
fix: apply correct scoping for internal ui5wc CSS vars (#6059)
b7200cc
Fixes #6051
🎉 This issue has been resolved in version v1.29.4 🎉
The release is available on v1.29.4
Your semantic-release bot 📦🚀
Sorry, something went wrong.
🎉 This issue has been resolved in version v2.0.0-rc.0 🎉
The release is available on v2.0.0-rc.0
Successfully merging a pull request may close this issue.
Describe the bug
The toggle buttons are positioned on top of each other, and not centered vertically.
Seems to be due to a css variable scoping issue (works if you change "v1-24-5" to "v1-24-6")
Isolated Example
https://stackblitz.com/edit/github-yrscqc?file=src%2FApp.tsx
Reproduction steps
Expected Behaviour
expected correct positioning
Screenshots or Videos
UI5 Web Components for React Version
1.29.3
UI5 Web Components Version
1.24.4
Browser
Chrome
Operating System
No response
Additional Context
issue occurring after version 1.28.0
Relevant log output
No response
Organization
SuccessFactors
Declaration
The text was updated successfully, but these errors were encountered: