-
Notifications
You must be signed in to change notification settings - Fork 214
Support for RTL #182
New issue
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No 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? No Sign in to your account
Comments
No, but this should be an easy feature to add for the next release. I think
we can just make some CSS/style changes to accommodate RTL. Thanks for the
suggestion!
…On Tue, Dec 24, 2019, 5:33 AM Masih Akbari ***@***.***> wrote:
Hi, great job on this btw.
i have a question is there any easy way to change entire tree direction
from LTR to RTL? especially when using RTL languages?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#182?email_source=notifications&email_token=AAYP3T5XTIS5RVO5JZPHM4DQ2HQPJA5CNFSM4J65CIL2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICPQYAQ>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAYP3T2XIVO5YVCKA4ZRATTQ2HQPJANCNFSM4J65CILQ>
.
|
good to hear that you are going to add this feature, thanks |
Hello @dev-masih. My knowledge of RTL support is fairly limited, but I made some style adjustments as I was testing things out and wanted to know if the following layout would be what you are looking for: I made these changes after applying .react-checkbox-tree ol ol {
padding-right: 24px;
}
.rct-icons-fa5 .rct-icon-expand-close::before {
content: "\f053";
} If that looks fine, I can add the |
ok, I tested your changes myself with several RTL statements and even combined with English words between sentences, and it worked great. |
Hi, great job on this btw.
i have a question is there any easy way to change entire tree direction from LTR to RTL? especially when using RTL languages?
The text was updated successfully, but these errors were encountered: