-
Notifications
You must be signed in to change notification settings - Fork 20
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
Implement RTL support #116
Comments
@srambach Would RTL expect node label elements to be completely reversed? LTR: Should RTL be: |
@jeff-phillips-18 Yes - I think those elements would be reversed in position as you list. Just FYI to clarify, unless you actually translate the text into an RTL language, though, the words themselves will read left to right. But yes, I'd expect the elements to reverse to be |
What @srambach said! Thanks Sarah! |
Describe the problem
PatternFly now provides RTL language support, but topology has a few instances where it's causing problems. Node labels are one trouble spot.
How do you reproduce the problem?
Add
dir="rtl"
to the<body>
tag to see it in RTL. Note that English text will still be readable left to right, but should be right aligned where it was previously left aligned, etc.Screenshots
Any other information?
See the RTL handbook for help - in particular, the helper multiplier might be of use. https://www.patternfly.org/developer-resources/right-to-left-handbook#patternfly-rtl-helpers
The text was updated successfully, but these errors were encountered: