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
Please search for duplicate or closed issues first.
RTL not working with new "group"
For example. search button with wrong orientation:
The search should be on the right and aligned
https://codepen.io/Matan-Cohen-the-decoder/pen/poXWzgz
Linux, latest pico, chrome Version 127.0.6533.72 (Official Build)
The text was updated successfully, but these errors were encountered:
I believe this is due to use of physical properties in places like this: https://github.com/picocss/pico/blob/main/scss%2Fcomponents%2F_group.scss#L27-L36
Instead of left/right/top/bottom it should be inline-start/end/block-start/end. Corners are also possible.
I will raise a PR to fix this specifically. It is worth investigating the CSS as a whole for other uses of physical properties.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Please search for duplicate or closed issues first.
Describe the issue
RTL not working with new "group"
Current Behavior
For example. search button with wrong orientation:
Expected Behavior
The search should be on the right and aligned
Reproduction URL
https://codepen.io/Matan-Cohen-the-decoder/pen/poXWzgz
Environment
Linux, latest pico, chrome Version 127.0.6533.72 (Official Build)
The text was updated successfully, but these errors were encountered: